squix
SQL client with query management and interactive results.
Squix is a terminal‑based SQL client written in Go that lets developers store, organize, and run queries against a variety of database engines. It maintains a library of saved queries, supports parameter substitution, and provides a REPL with history and multi‑line editing for quick experimentation.
The tool presents query results in an interactive, keyboard‑driven table view that allows in‑place cell editing, row deletion, and navigation using vim‑style bindings. Users can export result sets to formats such as CSV, JSON, SQL, Markdown, or HTML, and can browse schema details and foreign‑key relationships directly from the interface.
Squix works with PostgreSQL, MySQL, SQLite, Oracle, SQL Server, ClickHouse, Firebird, and DuckDB, and it enables instant switching between multiple database connections. It is distributed as a CLI binary, installable via pre‑built releases, Go’s package manager, or Nix flakes, and it runs on any system where the binary can be placed in the user’s PATH.
Reviews
Loading reviews…
Similar apps
Databases & Data Tools
usql
Universal SQL client with autocompletion and syntax highlighting.
Databases & Data Tools
sqlline
Shell for issuing SQL via JDBC.
Databases & Data Tools
WhoDB
Database management tool with AI-powered features

Databases & Data Tools
SQLPage
SQL-only dynamic website builder.
Databases & Data Tools
SQL Tabs
SQL client
Databases & Data Tools
SQuirrel SQL
Graphical Java program for viewing the structure of a JDBC compliant database