Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
interface
CRDialectConfig {
86
database: CRDatabase | (() => Promise<CRDatabase>)
87
}
88
89
interface
CRDatabase {
90
close: () => void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected