Type Alias: Schema
Schema =
Record
<string
,unknown
>
Currently this package expects the schema to be an object where some values are the result of sqliteTable
calls. Organize your schema in this fashion when creating your DbManager and such.
Schema =
Record
<string
,unknown
>
Currently this package expects the schema to be an object where some values are the result of sqliteTable
calls. Organize your schema in this fashion when creating your DbManager and such.