A fast, driver-less TUI to browse, query, and edit PostgreSQL or SQLite
databases — no drivers, no setup, just psql or sqlite3.
Sabiql wraps your existing psql or sqlite3 CLI - no Rust database drivers, no
connection pools, no extra dependencies. Point it at your database and get a
full-featured TUI with vim-like keybindings.

Features:

  - SQL Modal: ad-hoc queries with auto-completion for tables, columns, and
    keywords
  - ER Diagram: generate relationship diagrams via Graphviz, opened instantly
    in your browser
  - Inspector Pane: column details, types, constraints, and indexes for any
    table
  - Inline Cell Editing: edit cells in-place with a guarded UPDATE preview
    before committing
  - Row Deletion: DELETE with mandatory preview; risk level color-coded
    (yellow/orange/red)
  - Yank: copy any cell value to clipboard
  - and more...
