DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.
sudo apt install sqlitebrowser
sudo snap install sqlitebrowser
sqlitebrowser [options] [db]
Possible command line arguments:
-h, --help Show command line options
-q, --quit Exit application after running scripts
-s, --sql [file] Execute this SQL file after opening the DB
-t, --table [table] Browse this table after opening the DB
-R, --read-only Open database in read-only mode
-o, --option [group/setting=value] Run application with this setting temporarily set to value
-v, --version Display the current version
[file] Open this SQLite database