DBMS to Sqlite

Asked

Viewed 4,045 times

-1

Can anyone recommend me a good SGBD Sqlite as I am using the sqlitebrowser to manage the databases of my Android applications, but I can’t do almost anything on it.

  • 5

    The question may not be very well formulated. But as far as the answers are concerned they even give a certain way to know tools for sqlite. How about editing the question and digging deeper into what you really need?

3 answers

4

I think you want one Database Manager for Sqlite?

If this is the case I use and recommend the Sqlitestudio, I do not use anything incredibly advanced compared to Sqlite database, but it always met me completely.

And use that only to query the database by eclipse, in case the emulator, or the device is root, is very useful, because I don’t need to download the database to the machine to open it.

4

I think you actually want a database manager, just like Mysql Workbench is for Mysql databases. For Sqlite I’ve used Sqliteexpert http://www.sqliteexpert.com and the Sqliteman - http://sqliteman.com to manage and debug a project. With them you can create the database, manipulate the tables inside and outside the emulator or PDA. When performed outside the emulator it generates a file that can easily be imported.

1

I use the Sqlite Administration (http://sqliteadmin.orbmu2k.de/). An executable tool (no need to install) and simple to use. Being a simple BD the tool helps a lot.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.