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

Class

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

Source from the content-addressed store, hash-verified

70 * Database connection wrapper with lifecycle management
71 */
72export class DatabaseConnection {
73 private db: SqliteDatabase;
74 private dbPath: string;
75 private backend: SqliteBackend;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected