MCPcopy Create free account
hub / github.com/CaviraOSS/PageLM /

Class

backend/src/utils/database/sqlite.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import path from 'path'
3
4class SQLiteDatabase {
5 private db: sqlite3.Database
6
7 constructor(dbPath: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected