DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.
- Create and compact database files
- Create, define, modify and delete tables
- Create, define and delete indexes
- Browse, edit, add and delete records
- Search records
- Import and export records as text
- Import and export tables from/to CSV files
- Import and export databases from/to SQL dump files
- Issue SQL queries and inspect the results
- Examine a log of all SQL commands issued by the application
Installation on Debian
sudo apt update
sudo apt install sqlitebrowser
Installation on Ubuntu
sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser
sudo apt-get update
sudo apt-get install sqlitebrowser