sqlitebrowser

GUI editor for SQLite databases

Install

All systems
curl cmd.cat/sqlitebrowser.sh
Debian Debian
apt-get install sqlitebrowser
Ubuntu
apt-get install sqlitebrowser
Arch Arch Linux
pacman -S sqlitebrowser
image/svg+xml Kali Linux
apt-get install sqlitebrowser
Fedora
dnf install sqlitebrowser
Windows (WSL2)
sudo apt-get update sudo apt-get install sqlitebrowser
Raspbian
apt-get install sqlitebrowser

sqlitebrowser

GUI editor for SQLite databases

SQLite Database Browser is a visual tool used to create, design and edit database files compatible with SQLite. Its interface is based on QT, and is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands. Controls and wizards are available for users to: - 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 SQLite Database Browser is not a visual shell for the sqlite command line tool. It does not require familiarity with SQL commands.