SQLite
A lightweight SQLite browser that opens instantly
Point bzora at a SQLite .db file and you're browsing it immediately — filter tables,
edit rows inline, and run SQL with autocomplete. It's a single native binary with a pure-Go SQLite
driver, so there's no C toolchain, no setup, and nothing heavy to install.
Made for everyday SQLite work
- Open and go. No server, no configuration — just open the database file.
- Filter without SQL. A point-and-click builder with operators like IN, BETWEEN, LIKE and IS NULL.
- Edit rows inline. Double-click a cell, add or delete rows, and commit changes in a single transaction.
- Real SQL when you want it. Schema-aware CodeMirror 6 editor with autocomplete; ⌘↵ to run.
- Tiny and native. One binary, fast startup, low memory — no Electron.
The same client for your other databases
SQLite is often only half the picture — the same project might also have a Postgres or MySQL database behind it. bzora handles PostgreSQL, MySQL/MariaDB and SQLite with one consistent UI on macOS, Windows and Linux, so you're not juggling separate tools.
Curious how bzora compares to bigger tools? See vs DBeaver or all comparisons.