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

Interface CRDatabase

app/src/sqlite/dialect.ts:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89interface CRDatabase {
90 close: () => void
91 execO: <T extends Record<string, unknown>>(
92 sql: string,
93 bind?: readonly unknown[],
94 ) => Promise<T[]>
95}
96
97export { CRDialect, type CRDatabase }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected