Home
last modified time | relevance | path

Searched refs:Database (Results 1 – 18 of 18) sorted by relevance

/expo/packages/expo-sqlite/src/
H A DSQLite.types.ts16 ) => Database;
20 export type DatabaseCallback = (database: Database) => void;
27 export interface Database { interface
139 export interface WebSQLDatabase extends Database {
/expo/packages/expo-sqlite/build/
H A DSQLite.types.d.ts2 …ring, displayName: string, estimatedSize: number, creationCallback?: DatabaseCallback) => Database;
4 export type DatabaseCallback = (database: Database) => void;
9 export interface Database { interface
88 export interface WebSQLDatabase extends Database {
H A DSQLite.web.d.ts2 …scription?: string, size?: number, callback?: DatabaseCallback): import("./SQLite.types").Database;
H A DSQLite.types.js.map1Database;\n}\n\n// @docsMissing\nexport type DatabaseCallback = (database: Database) => void;\n\n/…
H A DSQLite.js.map1 …/**\n * Open a database, creating it if it doesn't exist, and return a `Database` object. On disk,…
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DActionDatabase.kt3 import com.raizlabs.android.dbflow.annotation.Database
5 @Database(version = ActionDatabase.VERSION)
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/managers/
H A DSchedulersDatabase.kt3 import com.raizlabs.android.dbflow.annotation.Database
5 @Database(version = SchedulersDatabase.VERSION)
/expo/android/expoview/src/main/java/host/exp/exponent/storage/
H A DExponentDB.kt5 import com.raizlabs.android.dbflow.annotation.Database in <lambda>()
14 @Database(version = ExponentDB.VERSION) in <lambda>()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/
H A DUpdatesDatabase.kt4 import androidx.room.Database
44 @Database(
/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/next/
H A DStorageSupplier.kt7 import androidx.room.Database in <lambda>()
108 @Database(entities = [Entry::class], version = DATABASE_VERSION, exportSchema = false)
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/main/java/abi49_0_0/com/reactnativecommunity/asyncstorage/next/
H A DStorageSupplier.kt7 import androidx.room.Database in <lambda>()
108 @Database(entities = [Entry::class], version = DATABASE_VERSION, exportSchema = false)
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/main/java/abi48_0_0/com/reactnativecommunity/asyncstorage/next/
H A DStorageSupplier.kt7 import androidx.room.Database in <lambda>()
108 @Database(entities = [Entry::class], version = DATABASE_VERSION, exportSchema = true)
/expo/packages/expo-updates/guides/
H A Dmigrations.md1 # Database migrations
26 2. Bump the `@Database` `version` parameter in UpdatesDatabase.kt. Room will now fall back to a des…
31 7. (Temporary change) Set `@Database` `exportSchema` to true in UpdatesDatabase.kt, and uncomment […
/expo/docs/pages/guides/
H A Dusing-firebase.mdx29 …th), [Firestore](https://firebase.google.com/docs/firestore), [Realtime Database](https://firebase…
35 - Want to use Firebase services such as Authentication, Firestore, Realtime Database, and Storage i…
140 title="Realtime Database"
141 …description="For more information on how to use Realtime Database in your project, see Firebase do…
/expo/ios/versioned/sdk47/EXSQLite/EXSQLite/
H A DABI47_0_0EXSQLite.m123 reject(errorCode, [NSString stringWithFormat:@"Database '%@' not found", dbName], nil);
/expo/ios/versioned/sdk48/EXSQLite/EXSQLite/
H A DABI48_0_0EXSQLite.m123 reject(errorCode, [NSString stringWithFormat:@"Database '%@' not found", dbName], nil);
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Database/
H A DABI48_0_0EXUpdatesDatabase.m40 NSAssert(db, @"Database appears to have initialized successfully, but there is no handle");
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Database/
H A DABI47_0_0EXUpdatesDatabase.m40 NSAssert(db, @"Database appears to have initialized successfully, but there is no handle");