Home > Back-end >  Browse SQLite Database created in Virtual Device
Browse SQLite Database created in Virtual Device

Time:12-14

I have a simple SQLite database in a small project I'm working, I would like to browse the database and do custom queries and all of that, the same way I used to do it in PHPmyAdmin when working on a PHP project.

Is there any way to do this ? The database is created locally on the virtual device as far as I know, so I'm not sure how to do it.

CodePudding user response:

For free version. Download SQLite browser and use. Procedure is am my previous answer.

https://www.geeksforgeeks.org/how-to-view-and-locate-sqlite-database-in-android-studio/

https://sqlitebrowser.org/dl/

  • Related