SQLite DBMS [closed]

-1

Can someone recommend me a good SQLite DBMS, as I'm using sqlitebrowser to manage the databases of my Android applications, but I can not do nearly anything on it.

    
asked by anonymous 09.04.2014 / 03:13

3 answers

4

I think you want a Database Manager for SQLite?

If it is the case I use and recommend the SQLiteStudio , I do not use anything incredibly advanced in relation to the SQLite database, but it always answered completely.

And I use this just to query the database for eclipse , in the case of the emulator, or the device is root , it is very useful, since I do not need to be downloading the database to the machine to open it.     

09.04.2014 / 03:17
4

I think you're really looking for a database manager, just like MySQL Workbench is for MySQL databases. For SQLite I've used SQLiteExpert link and SQLiteMan - link to manage and debug a project. With them it is possible to create the database, manipulate the tables inside and outside the emulator or PDA. When done outside of the emulator it generates a file that can easily be imported.

    
11.04.2014 / 05:50
1

I use SQLite Administration ( link ). An executable tool (no need to install) and simple to use. If it is a simple DB the tool helps a lot.

    
09.04.2014 / 16:06