Files
ports/databases/sabiql/pkg-descr
T
Nicola Vitale 2dc73b1163 databases/sabiql: Add new port
A fast, driver-less TUI to browse, query, and edit PostgreSQL databases — no
drivers, no setup, just psql.
Sabiql wraps your existing psql 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...

https://github.com/riii111/sabiql
2026-02-28 18:23:29 +01:00

21 lines
835 B
Plaintext

A fast, driver-less TUI to browse, query, and edit PostgreSQL databases — no
drivers, no setup, just psql.
Sabiql wraps your existing psql 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...