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
I've been migrating to Capacitor from Cordova, this plugin is the only one I am unable to have a capacitor-equivalent for. The reason is that I am relying on pouchdb-adapter-cordova-sqlite, which means I can't use something like https://github.com/capacitor-community/sqlite as no pouchdb adapter exists for it.
What needs to be done to convert this library forwards for a capacitor project, without the need for Cordova to be installed?
The text was updated successfully, but these errors were encountered:
@brodybits i know this library isn't something frequently maintained, but can I ask for your input on roughly how difficult you think this may be? I'm considering forking it
I've been migrating to Capacitor from Cordova, this plugin is the only one I am unable to have a capacitor-equivalent for. The reason is that I am relying on
pouchdb-adapter-cordova-sqlite
, which means I can't use something like https://github.com/capacitor-community/sqlite as no pouchdb adapter exists for it.What needs to be done to convert this library forwards for a capacitor project, without the need for Cordova to be installed?
The text was updated successfully, but these errors were encountered: