storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.14k stars 714 forks source link

Make natively compatible with Capacitor #1016

Open jpike88 opened 6 months ago

jpike88 commented 6 months ago

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?

jpike88 commented 6 months ago

@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