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.
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.