squall
TUI SQLite viewer and editor
TLDR
Open a database file
$ squall -f [path/to/database.sqlite]
Launch the TUI without a file$ squall
SYNOPSIS
squall [-f databasepath_]
DESCRIPTION
squall is a terminal-based SQLite database viewer and editor. It displays tables and query results in panes with syntax highlighting, supports browsing tables, executing SQL queries, and editing records directly. It has a minimal resource footprint.
HISTORY
squall was created by Mike Driscoll (driscollis) and is written in Python using the Textual framework.

