MCPcopy Create free account
hub / github.com/TanStack/db /

Class

packages/tauri-db-sqlite-persistence/src/tauri-sql-driver.ts:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132export class TauriSQLiteDriver implements SQLiteDriver {
133 private readonly database: TauriSQLiteDatabaseLike
134 private queue: Promise<void> = Promise.resolve()
135 private nextSavepointId = 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected