Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an SQLite database viewer tool in Eclipse?

Tags:

android

sqlite

I am using Eclipse for Android programming. Is there a tool for view an SQLite database in the emulator?

like image 222
sajith Avatar asked Nov 01 '11 12:11

sajith


People also ask

How do I view SQLite database in eclipse?

myproject -> databases -> myproject. Open the database file in Questoid (see screenshot) Switch to the 'Questoid SQLite Browser' tab that appears (mine appears next to LogCat by default) Switch to the 'Browse Data' sub tab Select your table from the drop down menu Browse your data here and onward into the digital ...

How do I view a database in eclipse?

To open the Database Explorer view, select Window->Show view->Other->Data-> Database Explorer. To open the DB Output view, select Window->Show view->Other->Data-> DB Output view.

What software is used to view the SQLite database?

Sqlectron is an open-source, free lightweight SQL manager to manage various SQL databases including SQLite. It features a query manager, shortcuts, terminal interface, and works on Windows, Linux, and macOS.


1 Answers

See blog post Browse an Android Emulator SQLite Database in Eclipse.

like image 123
dwalldorf Avatar answered Sep 18 '22 15:09

dwalldorf