You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's my understanding that the Capacitor example stores data in IndexedDB so it seems like it would make sense if there were a way to use the system SQLite driver rather than the WASM implementation of it. Not sure if I'm just ignorant though.
The text was updated successfully, but these errors were encountered:
Capacitor has a plugin for using system-native SQLite, as per https://github.com/capacitor-community/sqlite. They specifically point out that using
IndexedDB
on iOS etc is not reliable.It's my understanding that the Capacitor example stores data in
IndexedDB
so it seems like it would make sense if there were a way to use the system SQLite driver rather than the WASM implementation of it. Not sure if I'm just ignorant though.The text was updated successfully, but these errors were encountered: