| Port details |
- sabiql Fast, driver-less TUI to browse, query, and edit PostgreSQL databases
- 1.7.0 databases
=1 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-03-07 08:53:18
- Commit Hash: 8fa061f
- People watching this port, also watch:: monit, grafana, libinotify, coreutils, gogs
- 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 = 1772873368
SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b
SIZE (rust/crates/addr2line-0.25.1.crate) = 43134
Packages (timestamps in pop-ups are UTC):
- 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:
-
- xdg-open : devel/xdg-utils
- dot : graphics/graphviz
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sabiql-1.7.0:
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: 5
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.7.0 07 Mar 2026 08:53:18
    |
Nicola Vitale (nivit)  |
databases/sabiql: Update to 1.7.0
ChangeLog: https://github.com/riii111/sabiql/releases/tag/v1.7.0
Reported by: riii111 <notifications@github.com> |
1.6.2 03 Mar 2026 09:33:22
    |
Nicola Vitale (nivit)  |
databases/sabiql: Update to 1.6.2
ChangeLog: https://github.com/riii111/sabiql/releases/tag/v1.6.2
Reported by: portscout! |
1.6.1 02 Mar 2026 09:55:40
    |
Nicola Vitale (nivit)  |
databases/sabiql: Update to 1.6.1
ChangeLog:
- https://github.com/riii111/sabiql/releases/tag/v1.6.0
- https://github.com/riii111/sabiql/releases/tag/v1.6.1
Reported by: riii111 <notifications@github.com> |
1.5.3_1 01 Mar 2026 14:05:46
    |
Nicola Vitale (nivit)  |
databases/sabiql: Fix opening E-R diagrams
- Add a patch to allow opening generated E-R diagrams via xdg-open
- Bump PORTREVISION |
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: 5
|