-
Notifications
You must be signed in to change notification settings - Fork 714
Make natively compatible with Capacitor #1016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@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 |
Thanks... just need to figure out how to get the rest of the way there with pouchdb-adapter-cordova-sqlite |
Thanks & apologies ... see ^^^ https://github.com/capacitor-community/sqlite/blob/master/docs/MigratingCordovaDatabases.md I think this DOES need to be documented, considering this as a documentation bug for now. |
After some consideration, i have opted to stick with this library instead over capacitor-community/sqlite... two main reasons.
Looking forward to its future! In meantime, I'll continue to watch this issue. |
Actually, because I only use ios for this plugin, I will make my own capacitor native plugin that supports only ios to start. |
I have forked successfully a working version for capacitor (iOS only for now as I just use it for iOS) https://github.com/jpike88/capacitor-sqlite-storage and have published to capacitor-sqlite-storage on npm |
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: