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