| 48 | * `.transaction()` helper, and `open` (node:sqlite exposes `isOpen`). |
| 49 | */ |
| 50 | class NodeSqliteAdapter implements SqliteDatabase { |
| 51 | private _db: any; |
| 52 | private _txDepth = 0; |
| 53 |
nothing calls this directly
no outgoing calls
no test coverage detected