Graphically Display My All Android Databases Like Phpmyadmin
I want to view all of my databases graphically, just like we see in 'PHPMYADMIN' , SQLYOG etc where we can manage our database create and drop it.. is this possible in Android?
Since Android only supports server-less database SQLite for persistent storage, there's no implementation of phpMyAdmin or SQLYOG. However, you can use an app like SQLite Debugger by which you can achieve the aforementioned tasks.
Note : Root permissions required
Post a Comment for "Graphically Display My All Android Databases Like Phpmyadmin"