Write SQL. Run with one keystroke.
A Monaco-powered editor with syntax highlighting, autocomplete, and query history. Press ⌘↵ to execute.
SELECT id, email, created_at
FROM users
WHERE status = 'active'
ORDER BY created_at DESC
LIMIT 100;
Open source database client
DBGrep connects to PostgreSQL, MySQL, SQLite, and SQL Server. Write SQL, inspect tables, and export results — all in a lightweight desktop app.
Free & open source · Apache 2.0 · macOS, Windows, Linux
Connect to the databases you already use — no vendor lock-in.
Need another database? Contribute on GitHub — we'd love help adding more options.
Built for developers who want a fast tool, not a full enterprise suite.
A Monaco-powered editor with syntax highlighting, autocomplete, and query history. Press ⌘↵ to execute.
SELECT id, email, created_at
FROM users
WHERE status = 'active'
ORDER BY created_at DESC
LIMIT 100;
A minimal table view with schema inspection, pagination, and visual filters — equals, contains, is empty, and more.
| id | status | |
|---|---|---|
| 1042 | alex@acme.com | active |
| 1043 | sam@acme.com | active |
| 1044 | jordan@acme.com | active |
Export query results and filtered tables to CSV or JSON. One click, native save dialog — no copy-paste required.
| id | status | |
|---|---|---|
| 1042 | alex@acme.com | active |
| 1043 | sam@acme.com | active |
Download DBGrep and connect to your first database in under a minute.
Download latest releaseor build from source on GitHub