DbConfig
DbConfig<
TSchema> =object
Defined in: packages/db/src/types.ts:108
Type Parameters
Section titled “Type Parameters”TSchema
Section titled “TSchema”TSchema extends Record<string, unknown> = Record<string, unknown>
Properties
Section titled “Properties”cache?
Section titled “cache?”
optionalcache:CacheConfig|false
Defined in: packages/db/src/types.ts:113
d1:
D1Database
Defined in: packages/db/src/types.ts:109
grants
Section titled “grants”grants:
Grant[]
Defined in: packages/db/src/types.ts:111
schema
Section titled “schema”schema:
TSchema
Defined in: packages/db/src/types.ts:110
user: {
id:string; } |null
Defined in: packages/db/src/types.ts:112