https://kotlinlang.org logo
Title
s

sqia09

09/20/2017, 8:51 AM
whats the recommended way of debugging sqlite db? I'm using anko sqlite...
:stackoverflow: 3
g

gildor

09/20/2017, 8:53 AM
What do you mean “debugging”? If you just want to check database data, you can use for example Stetho - http://facebook.github.io/stetho/
s

sqia09

09/20/2017, 9:59 AM
what do you think about Android Debug Database? https://github.com/amitshekhariitbhu/Android-Debug-Database
😂 1
a

amugika

09/20/2017, 10:00 AM
I use this link (https://github.com/amitshekhariitbhu/Android-Debug-Database ) and I am very happy with it, gives the option to graphically view in a browser, make queries, add content, delete it, make backups, ...and more.