()
| 28 | }); |
| 29 | |
| 30 | function openDb(): DatabaseConnection { |
| 31 | return DatabaseConnection.initialize(path.join(tmpDir, 'test.db')); |
| 32 | } |
| 33 | |
| 34 | /** Grow the WAL: with autocheckpoint off, every commit appends and nothing folds back. */ |
| 35 | function writeRows(db: DatabaseConnection, rows: number): void { |
no test coverage detected