pilgr / Paper

Paper is a fast NoSQL-like storage for Java/Kotlin objects on Android with automatic schema migration support.
Apache License 2.0
2.34k stars 234 forks source link

Is database deleted when user clear data/cache? #157

Closed Chrispassold closed 5 years ago

Chrispassold commented 5 years ago

Hi,

I would like to know if the database created by Paper is deleted when user clears data or cache.

pilgr commented 5 years ago

All the paper db data stored in app's data folder (by default) and can be cleared when user clears data.