Type alias RootDbOptions

RootDbOptions: Omit<DbOptions, "logging" | "timeoutDefaults">

The default db options as can be specified in the DataAPIClientOptions.

See DbOptions for more information on the available options.