| 76 | } |
| 77 | |
| 78 | export class ExpoSQLiteDriver implements SQLiteDriver { |
| 79 | private readonly databasePromise: Promise<ExpoSQLiteDatabaseLike> |
| 80 | private readonly ownsDatabase: boolean |
| 81 | private queue: Promise<void> = Promise.resolve() |
nothing calls this directly
no outgoing calls
no test coverage detected