sabiql
Share on:
Enter Your Mastodon Instance
Copy the link below to share to Mastodon
https://terminaltrove.com/sabiql/
A driverless PostgreSQL TUI that wraps psql.
Script Preview
Review this script before executing in your terminal.

sabiql is a PostgreSQL TUI for browsing, querying, and editing databases through psql.
It uses your existing psql setup, including config, .pgpass, SSL settings, and connection details. It gives you table browsing, SQL autocomplete, query history, ER diagrams, inspector panes, CSV export, clipboard yank, fuzzy table search, focus mode, settings, and a command palette.
This tool also has a read-only mode that blocks writes at the app and PostgreSQL session level, while inline edits and row deletes show previews before touching data.
sabiql is for backend developers, analysts, and PostgresSQL users who primarily prefer the terminal. It makes sense for quick inspection, query analysis, and ER diagrams without opening a full GUI database client or a browser based client.

