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

Monitor data when debugging #110

Closed N-i-p-o-l closed 6 years ago

N-i-p-o-l commented 6 years ago

How can I monitor data in Paper Db with external tools? Like stetho ot download db file and read with external desktop app?

pilgr commented 6 years ago

Unfortunately there is no such tool for Paper. One of the reason is because to read data you need to provide exact classes. And for such external tool this would be not convenient.

One option is to read data in your app in debug mode and explore its content in debugger.

On Dec 15, 2017 15:36, "Arthur Norov" notifications@github.com wrote:

How can I monitor data in Paper Db with external tools? Like stetho ot download db file and read with external desktop app?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pilgr/Paper/issues/110, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaNIYBaDKHlGATcyTo8A9saqHlOLMHQks5tAkSIgaJpZM4RDQxg .