| Port details |
- sabiql Fast, driver-less TUI to browse, query, and edit PostgreSQL databases
- 1.5.3 databases
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2026-02-28 17:24:10
- Last Update: 2026-02-28 17:23:29
- Commit Hash: 2dc73b1
- License: APACHE20 BSD0CLAUSE BSD2CLAUSE BSD3CLAUSE BSL CDLA20 ISCL MIT MPL20 UNICODE UNLICENSE WTFPL ZLIB
- WWW:
- https://github.com/riii111/sabiql
- Description:
- 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...
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- sabiql>0:databases/sabiql
- To install the port:
- cd /usr/ports/databases/sabiql/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/sabiql
- pkg install sabiql
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sabiql
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1772297795
SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b
SIZE (rust/crates/addr2line-0.25.1.crate) = 43134
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.93.0 : lang/rust
- Runtime dependencies:
-
- dot : graphics/graphviz
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sabiql-1.5.3:
ER_DIAGRAMS=on: Enable support for E-R diagrams
===> Use 'make config' to modify these settings
- Options name:
- databases_sabiql
- USES:
- cargo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.5.3 28 Feb 2026 17:23:29
    |
Nicola Vitale (nivit)  |
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 |
Number of commits found: 1
|