Saturday, March 24, 2012

SQLiteManager plugin for eclipse


SQLiteManager plugin for eclipse


When you are working on an Android application that stores data in aSQLite database.There arise many questions like
where does this databasefile get stored on the filesystem ?
How can we access the database?
i will give solution to all these problems. I created the database from my previous post
about Using SQLite in ANDROID
You can see the sqlite database in eclipse by opening File Explorer .Then
/data/data/package_name/databases
But here we cannot see the tables and table data.
There is a com.questoid.sqlitemanager jar available .

eclipse/dropins/
and restart the eclipse and now you can see the sqlitemanager plugin on the top right of the File Explorer window
By clicking the icon, sqliteManager Window comes and here we can see the table structure.
and then the Browse Data tab shows the whole data
Hopefully i think you cleared all doubts about SqliteManager Plugin
Note : If you’re using a plug-in for which no Update Site is available, you can use the “dropins” folder in your Eclipse installation directory.
Plug-ins are typically distributed as .jar files. To add a plug-in to your Eclipse installation, put the plug-in .jar file into the Eclipse “dropins” folder and restart Eclipse. Eclipse should detect the new plug-in and install it for you.

1 comment:

Unknown said...

Hello Umamahesh Takkellapati

You cannot simply copy my posts from http://coderzheaven.com and paste it in you blog.
if you want, you can just put a link to coderzheaven. Copying will also be a problem to your blog. Please remove the posts or do something about that.