Interface: DbOptions<S>
Interface: DbOptions<S>
Section titled “Interface: DbOptions<S>”Defined in: core/src/query/db.ts:15
Type Parameters
Section titled “Type Parameters”S extends Schema<Record<string, AnyTable>>
Properties
Section titled “Properties”schema
Section titled “schema”
readonlyschema:S
Defined in: core/src/query/db.ts:16
engine?
Section titled “engine?”
readonlyoptionalengine?:Engine
Defined in: core/src/query/db.ts:17