A Postgres client for macOS.
DBeaver works, but it's slow and feels like enterprise software. Most alternatives are either Electron apps with web-app UIs or minimalist tools that sacrifice too much. I wanted something like Yaak — fast, native-feeling, with the density and craft of a real desktop tool.
Esploro is that attempt.
- Connect to Postgres databases
- Browse schemas and tables
- Inspect table data in a grid
- Write and run SQL
- Save queries
- Tauri — Rust backend, React frontend
- React + TypeScript
- PostgreSQL only (for now)
Heavily WIP. Not ready for daily use.