| 70 | * Database connection wrapper with lifecycle management |
| 71 | */ |
| 72 | export class DatabaseConnection { |
| 73 | private db: SqliteDatabase; |
| 74 | private dbPath: string; |
| 75 | private backend: SqliteBackend; |
nothing calls this directly
no outgoing calls
no test coverage detected