My native app uses the cordova-sqlite-evcore-extbuild-free plugin.
I have Database.db,DB,loadGrid,NSB.overwriteAlways in extraFiles.
The app and the database work fine together; while the app is running CRUD works as expected.
When I close the app, the database changes are not saved. What have I missed?
Given that a user might close an app at any time, what if anything needs to be done after every SQL transaction to ensure that data is saved?
Thank you