DEV Community

Discussion on: Hacking PouchDB to Use It on React Native

Collapse
 
sl0tr profile image
Mohaimin Islam

Where are these SQLite DBs located on the phone? Does it exist in the app installation directory and will get removed upon app un-installation? If so, is there any DB that I can store outside the scope of the app installation so that it doesn't get removed after un-installation?

Asking because building a very offline first accessible app where the user might not be aware enough to know that uninstalling the app might lose all offline data.

Collapse
 
snehalagrawal profile image
SnehalAgrawal