SQLite Manager is a simple tool to manage SQLite databases.
Download and install Firefox from http://getfirefox.com
Enable the menu bar. Alt + V -> Toolbars -> Menu Bar
Go to addons: Tools -> Plugins
Select "Search" and enter SQLiteManager. Then select Install
Restart firefox
To open the sqlite manager go to Tools -> SQLite Manager
From the Database menu we can create (New Database) or open (Connect to database) a SQLite database. Each SQLite database is stored in a separate file.
The left pane allows you to display the tables (red) and columns (green). Selecting an item from the same panel, you can edit the item in different tabs.
After opening the base, it can be managed through the tabs
Allows us to see and modify the structure of a table.
Displays records in a table
Allows you to run a SQL query and display the result.
Miguel Galante, Alberto Laudadio