sabiql icon
sabiql icon

sabiql

A fast PostgreSQL TUI written in Rust — driver-less, vim-first, with ER diagrams. No database drivers, no setup, just psql.

hero

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Mac  Requires psql (libpq) to be installed. Available via "brew install libpq".
  • Linux  Requires psql client (postgresql-client package on Debian/Ubuntu, postgresql on Arch).
  • BSD  Requires the postgresql-client port/package.
  • Rust
  • Homebrew
0likes
0comments
0articles

Features

Properties

  1.  Lightweight
  2.  Privacy focused
  3.  Support for Themes

Features

  1.  Ad-free
  2.  No Tracking
  3.  Autocompletion
  4.  Command line interface
  5.  Syntax Highlighting
  6.  No registration required
  7.  Dark Mode
  8.  Works Offline
  9.  Portable
  10.  Tui
  11.  ER Diagrams
  12.  Rust

sabiql News & Activities

Highlights All activities

Recent activities

sabiql information

  • Developed by

    JP flagriii111
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    9 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

OS & UtilitiesDevelopmentOffice & Productivity

GitHub repository

  •  188 Stars
  •  9 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
sabiql was added to AlternativeTo by riii111 on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is sabiql?

A fast, driverless PostgreSQL TUI written in Rust.

By wrapping your existing psql CLI, sabiql eliminates the need for extra drivers or complex setup. Navigate your data using vim-style bindings, inspired by the "oil and vinegar" philosophy of oil.nvim.

Features:

  • Safe Edits: Modal previews for all cell updates and row deletions.
  • One-tap Read-Only: Toggle session-level write protection instantly.
  • Terminal ER Diagrams: Visualize your schema without leaving the CLI.
  • Smart Completion: Schema-aware suggestions for tables, columns, and joins.
  • RLS Visibility: Inspect row-level security policies at a glance.
  • Zero Dependencies: A single static binary available via Homebrew, Cargo, and more.

Official Links