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

Function createInternalSQLiteDriver

packages/expo-db-sqlite-persistence/src/expo.ts:67–73  ·  view source on GitHub ↗
(
  options: ExpoSQLitePersistenceOptions,
)

Source from the content-addressed store, hash-verified

65}
66
67function createInternalSQLiteDriver(
68 options: ExpoSQLitePersistenceOptions,
69): SQLiteDriver {
70 return new ExpoSQLiteDriver({
71 database: options.database,
72 })
73}
74
75function resolveAdapterBaseOptions(
76 options: ExpoSQLitePersistenceOptions,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected