A modern, universal (pgAdmin alternative) database management studio for any SQL database that you can launch via the CLI.
- Virtual Data Grid — High-performance table view with virtualized scrolling powered by TanStack Table
- Command Palette — Quick navigation and actions with
Cmd/Ctrl + K - Table Management — Create tables with column types, constraints, and foreign key relationships
- Record Operations — Insert new records with form validation
- Resizable Sidebar — Pin or auto-hide, drag to resize
- Keyboard Shortcuts — Navigate and interact efficiently
- Dark Theme — Easy on the eyes, built for extended use
- Inline row editing & bulk operations
- AI-assisted SQL generation
- Import/export (CSV, JSON, SQL)
- Full SQL query editor with autocomplete
- Visual schema & ER diagram
- Advanced filtering, sorting & saved queries
- Query history & favorites
- Frontend: React 19, TanStack (Table, Query, Form), Zustand, Tailwind CSS, Radix UI
- Backend: Hono, PostgreSQL (pg)
- Tooling: Vite, TypeScript, Biome
# Install dependencies
bun install
cd server && bun install
# Configure your PostgreSQL connection in server/.env
# DATABASE_URL=postgres://user:password@localhost:5432/database
# Start development servers
bun run devThe app runs at http://localhost:5173 with the API server on port 3000.
Extremely welcome! This is early-stage — PRs for new drivers, bug fixes, or even a better logo will be merged lightning-fast. Check out CONTRIBUTING.md and the open issues.
