| /expo/packages/expo-sqlite/src/ |
| H A D | SQLite.types.ts | 16 ) => 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 D | SQLite.types.d.ts | 2 …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 D | SQLite.web.d.ts | 2 …scription?: string, size?: number, callback?: DatabaseCallback): import("./SQLite.types").Database;
|
| H A D | SQLite.types.js.map | 1 …Database;\n}\n\n// @docsMissing\nexport type DatabaseCallback = (database: Database) => void;\n\n/…
|
| H A D | SQLite.js.map | 1 …/**\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 D | ActionDatabase.kt | 3 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 D | SchedulersDatabase.kt | 3 import com.raizlabs.android.dbflow.annotation.Database 5 @Database(version = SchedulersDatabase.VERSION)
|
| /expo/android/expoview/src/main/java/host/exp/exponent/storage/ |
| H A D | ExponentDB.kt | 5 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 D | UpdatesDatabase.kt | 4 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 D | StorageSupplier.kt | 7 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 D | StorageSupplier.kt | 7 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 D | StorageSupplier.kt | 7 import androidx.room.Database in <lambda>() 108 @Database(entities = [Entry::class], version = DATABASE_VERSION, exportSchema = true)
|
| /expo/packages/expo-updates/guides/ |
| H A D | migrations.md | 1 # 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 D | using-firebase.mdx | 29 …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 D | ABI47_0_0EXSQLite.m | 123 reject(errorCode, [NSString stringWithFormat:@"Database '%@' not found", dbName], nil);
|
| /expo/ios/versioned/sdk48/EXSQLite/EXSQLite/ |
| H A D | ABI48_0_0EXSQLite.m | 123 reject(errorCode, [NSString stringWithFormat:@"Database '%@' not found", dbName], nil);
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Database/ |
| H A D | ABI48_0_0EXUpdatesDatabase.m | 40 NSAssert(db, @"Database appears to have initialized successfully, but there is no handle");
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Database/ |
| H A D | ABI47_0_0EXUpdatesDatabase.m | 40 NSAssert(db, @"Database appears to have initialized successfully, but there is no handle");
|