Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import
path from
'path'
3
4
class
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