The database client you deserve
A fast, native desktop client for PostgreSQL, MySQL, SQLite, and Firestore
Connect to PostgreSQL, MySQL, SQLite, and Firestore from a single app. No more switching between tools.
Built with Rust and Tauri — not an Electron app. Smooth scrolling through 100k+ rows, instant query execution.
- Credentials stored in your OS keychain (not plain text)
- SSH tunnel support for secure remote connections
- All data stays local — no cloud sync, no telemetry
- Syntax highlighting with Monaco Editor
- Multiple query tabs per connection
- Automatic query history
- Execute with
Cmd+Enter
- Filter bar (
Cmd+F) — build WHERE conditions without SQL - Foreign key navigation — click through table relationships
- Row detail panel — inspect any row's complete data
- Column sorting — click headers to sort
- Export to CSV, JSON, or SQL INSERT
- Copy rows as TypeScript types or Zod schemas
- Database-aware SQL generation (proper quoting per dialect)
Import tables from any database into local DuckDB workspaces. Mix SQL cells with Markdown documentation. Query across PostgreSQL and MySQL data together.
- Inline row editing
- Add, duplicate, delete rows
- Column DDL (add, rename, drop, modify)
- Index and foreign key management
Download the latest .dmg from Releases.
Coming soon.
| Layer | Technology |
|---|---|
| Framework | Tauri 2 |
| Frontend | Vue 3 + TypeScript |
| UI | shadcn-vue + Tailwind CSS |
| Editor | Monaco Editor |
| Backend | Rust |
| Database Drivers | sqlx (PostgreSQL, MySQL, SQLite) |
| Analytics Engine | DuckDB |
| Credential Storage | OS Keychain via keyring |
| Shortcut | Action |
|---|---|
Cmd+K |
Open command palette |
Cmd+Enter |
Execute query |
Cmd+F |
Open filter bar |
Cmd+T |
New query tab |
Cmd+W |
Close current tab |
- Discord — Get help, share feedback, connect with other users
- Product Hunt — Support us with an upvote!
- GitHub Issues — Report bugs or request features
Made with ❤️ for developers who work with databases
