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
In case of other code that uses the same database within the same Android APK you have use the androidDatabaseImplementation: 2 setting in order to avoid database corruption risk due to "multiple SQLite problem" on Android as described in http://ericsink.com/entries/multiple_sqlite_problem.html (see #626).
I have native application which has shared database, I want to connect to this database by ionic native sqlite.
The text was updated successfully, but these errors were encountered: