You can suggest a convenient for Android development manager SQlite.

    2 answers 2

    To work with the database in Windows:

    1. SQLite Studio
    2. SQLite Database Browser

    To work with the base in Android:

    1. SQLite Manager
    2. SQLite Viewer

    To work with the database in Linux:

    1. SQLite Studio
    2. SQLite Database Browser

    PS: I personally use SQLite Studio . Everything is convenient. No complaints

      The only convenient database manager for development that I know is part of IntelliJ IDEA Ultimate as a Database Support plugin. This plugin allows direct connection to the project database directly on the device where the application is running, which of course is very convenient, the plugin has all the necessary functionality for the database manager (see the description of DataGrip).

      From the managers who work with a pre-retrieved database, personally, I am most comfortable with SQLite Expert Personal (freeware) - quite a powerful tool with all the necessary functions, thanks.

      One can not forget about DataGrip - a powerful IDE for working with SQL databases from JetBrains. In fact, this product is an independent implementation of the Database Support plugin from IDEA Ultimate, but it loses the most important thing - a direct connection to the project database (distributed by subscription)