VibeHunt
Back to browse

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

Sign in to leave a review.

Loading reviews…

Similar apps