Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upQuestions about storage / persistence of .db file between updates #199
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which version are you using?
@nano-sql/adapter-sqlite-cordova 2.1.2
Describe the bug
I don't know if its a bug or expected behaviour
Expected behavior
Maintain db after .apk update or know a way to do it.
Example
Hi! I'm sending the cordova APK to my clients so they update the app reinstalling it.
The id / mode / version of the DB are the same between versions.
The sqlite DB is erased in every update, is there a way to avoid it?
The .db files are saved in some folder in the storage?
This can be achieved if I upload it to PlayStore ?