View the database in SQLite

0

Is there any way I can view the SQLite Database without typing the command in the application? I would like to see the records inserted in a table but I do not know if in Android it just gives by typing the select command in the application or if you have any other way to see those table records without having to enter the application write the select command and list in a screen. Is there a separate file in the application folder with the database creating and from there I can select?

    
asked by anonymous 27.06.2015 / 04:21

1 answer

0

Dude, you can download the file to your PC and view it through an application like this: link or try to view on the android using this < a href="https://play.google.com/store/apps/details?id=com.kokufu.android.apps.sqliteviewer.free&hl=en_US"> link if you have access to the base of data.

    
27.06.2015 / 15:00