| 41 | * Database connection wrapper with lifecycle management |
| 42 | */ |
| 43 | export class DatabaseConnection { |
| 44 | private db: SqliteDatabase; |
| 45 | private dbPath: string; |
| 46 | private backend: SqliteBackend; |
nothing calls this directly
no outgoing calls
no test coverage detected