| 130 | } |
| 131 | |
| 132 | export class TauriSQLiteDriver implements SQLiteDriver { |
| 133 | private readonly database: TauriSQLiteDatabaseLike |
| 134 | private queue: Promise<void> = Promise.resolve() |
| 135 | private nextSavepointId = 1 |
nothing calls this directly
no outgoing calls
no test coverage detected