MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/db/index.ts:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 * Database connection wrapper with lifecycle management
42 */
43export class DatabaseConnection {
44 private db: SqliteDatabase;
45 private dbPath: string;
46 private backend: SqliteBackend;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected