In Eclipse IDE You can see the sqlite database(.db file) in eclipse by opening File Explorer.
Steps to open File Explorer.
Window/Show View/File Explorer
Screenshot
Then to /data/data/package_name/databases folder
But here we cannot see the tables and table data.
For viewing the table details in Eclipse,you have to include a one plugin to your Eclipse IDE .
Plug in Process
first you can download the jar from below.
Download the jar from the sqlite manager from here. Click Here
Now Place the jar in the folder Eclipse plugins folder (e.g. /usr/lib/eclipse/plugins)
Now Restart the eclipse and now you can see the SqLiteManger plugin on the top right of the File Explorer window.
Screenshot
By clicking the SqLiteManger icon, SqLiteManger Window comes and here we can see the table structure and table data.
Screenshot
NOTE: You can see Database file if the Database file extension should be .db
gracias por el sql manager 1.02
ReplyDelete