Closed ghost closed 4 years ago
using ionic 5 & capacitor on iOS, I cannot work out how to open a database that is being copied from the ionic assets folder.
openDatabase doesn't exists on SQLite one import as... import { SQLite, SQLiteObject, SQLiteDatabaseConfig } from '@ionic-native/sqlite/ngx';
minimal, reproducible example (https://stackoverflow.com/help/minimal-reproducible-example) is needed
with apologies for the delay
using ionic 5 & capacitor on iOS, I cannot work out how to open a database that is being copied from the ionic assets folder.
openDatabase doesn't exists on SQLite one import as... import { SQLite, SQLiteObject, SQLiteDatabaseConfig } from '@ionic-native/sqlite/ngx';