Three engines, one client
PostgreSQL, MySQL/MariaDB and SQLite — same fast UI everywhere. Import your existing TablePlus-style connection URLs and go.
Postgres · MySQL · SQLite
bzora is a minimal, native desktop client for your databases. Browse and filter tables, edit rows inline, and run SQL with autocomplete — in one fast, keyboard-driven window.
14-day free trial · one-time purchase · secrets stay in your OS keychain
| id▲ | status | balance | created_at | |
|---|---|---|---|---|
| 1024 | [email protected] | active | 4200.00 | 2026-05-31 |
| 1025 | [email protected] | active | 128.50 | 2026-06-02 |
| 1026 | [email protected] | trialing | NULL | 2026-06-04 |
| 1027 | [email protected] | active | 9900.00 | 2026-06-07 |
| 1028 | [email protected] | churned | 0.00 | 2026-06-08 |
| — | [email protected] | active | 0.00 | 2026-06-09 |
PostgreSQL, MySQL/MariaDB and SQLite — same fast UI everywhere. Import your existing TablePlus-style connection URLs and go.
Double-click any cell. Add and delete rows. Stage your changes and commit them in a single transaction — rolls back if anything fails.
CodeMirror 6 with dialect-aware syntax highlighting and autocomplete that knows your tables, columns and aliases. ⌘↵ to run, cancel mid-query.
A point-and-click builder with 20 operators — IN, BETWEEN, LIKE, contains, prefix, IS NULL — all parameterized and sorted server-side.
⌘P fuzzy table palette, ⌘1–9 to switch connections, ⌘Tab through tabs, ⌘F to filter. Tabbed across every database you have open.
Built with Wails — a single Go binary hosting the UI in the system webview. No Electron, no bundled Chromium, pure-Go SQLite means no C toolchain.
Secure by default
bzora treats security as the default, not a setting you have to find.
Passwords live in the OS keychain — macOS Keychain, Windows Credential Manager, libsecret. Saved connections on disk are secret-free.
Connections default to sslmode=verify-full on Postgres and verified tls on MySQL. No silent plaintext fallback, ever.
Every value is parameterized; identifiers are validated and quoted. Data is rendered as text, never as HTML.
Free for 14 days on any platform — then unlock it with a one-time license.
macOS builds are signed & notarized. On Linux you may need gtk-3 and webkit2gtk installed.