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

Class

packages/expo-db-sqlite-persistence/src/expo-sqlite-driver.ts:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78export class ExpoSQLiteDriver implements SQLiteDriver {
79 private readonly databasePromise: Promise<ExpoSQLiteDatabaseLike>
80 private readonly ownsDatabase: boolean
81 private queue: Promise<void> = Promise.resolve()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected