storesafe / cordova-sqlite-storage-help

Help forum for Cordova sqlite plugin projects
2 stars 1 forks source link

Can I migrate data from a window.openDatabase() to a window.sqlitePlugin.openDatabase()? #2

Open rafaelSallowicz opened 8 years ago

rafaelSallowicz commented 8 years ago

I have an app running with windows.openDatabase() but now I want to migrate to window.sqlitePlugin.openDatabase() to avoid icloud issues. There is some way to do that? I've tried something like create to variables and one opening a database and other opening other but it didn't work. Thanks so much.

brodycj commented 7 years ago

Sorry for the delay. This should already be documented. I will make it more clear when I get a chance.