Show HN: Squix – Terminal SQL client for people who live in the terminal
Category: cli-tool
Tags: sql-client, terminal-tui, database-tool
Score: 6.5/10 (Innovation: 5, Technical: 7, Documentation: 8, Utility: 6)
Squix is a terminal-based SQL client with a TUI interface for managing, executing, and interacting with SQL queries across multiple database types (PostgreSQL, MySQL, SQLite, etc.). It's interesting because it combines a query library, in-place cell editing, and vim-style navigation into a single Go tool, targeting terminal-centric developers who want a more interactive and persistent SQL workflow than raw CLI clients.
Target audience: backend devs, devops, data engineers
Repository: https://github.com/eduardofuncao/squix · Go · MIT · 222 stars
View on Hacker News