MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / CRDialectConfig

Interface CRDialectConfig

app/src/sqlite/dialect.ts:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85interface CRDialectConfig {
86 database: CRDatabase | (() => Promise<CRDatabase>)
87}
88
89interface CRDatabase {
90 close: () => void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected