MCPcopy Create free account
hub / github.com/cmoog/vscode-sql-notebook / SqliteConfig

Interface SqliteConfig

src/driver.ts:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71interface SqliteConfig {
72 driver: 'sqlite';
73 // :memory: for in-mem database
74 // empty string for tmp on-disk file db
75 path: string;
76}
77
78async function createSqLitePool({
79 path: filepath,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected