LinuxCommandLibrary

squall

TUI SQLite viewer and editor

TLDR

Open a database file
$ squall -f [path/to/database.sqlite]
copy
Launch the TUI without a file
$ squall
copy

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.

SEE ALSO

litecli(1), sqlite3(1), sqlit(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard