The web-native, collaborative database IDE.
Query, visualize, and manage your databases with a modern interface that works anywhere.
- CodeMirror 6 with PostgreSQL syntax highlighting and autocomplete
- Execute queries with
Ctrl+Enter, save withCtrl+S - Query history tracking and saved query templates
- Export results as CSV or JSON
- Interactive data grid with sorting, filtering, and pagination
- Inline cell editing with type-aware inputs (booleans, enums, dates, JSON)
- Add new records inline (NeonDB-style) or bulk delete with confirmation
- Column visibility toggle with search
- Hierarchical schema/table/column browser
- Primary key, foreign key, and type annotations
- Expandable table details with column metadata
- Support for PostgreSQL (MySQL, SQLite, MongoDB, MSSQL planned)
- Test connections before saving (latency + version info)
- SSH tunnel support with key-based auth
- AES-256-GCM encryption for stored credentials
| Shortcut | Action |
|---|---|
Ctrl+Enter |
Execute query |
Ctrl+S |
Save query |
Ctrl+R |
Refresh table data |
Ctrl+I |
Insert new row |
Delete / Backspace |
Delete selected rows |
Escape |
Discard / deselect |
| Database | Status |
|---|---|
| PostgreSQL | Fully supported |
| MySQL | Planned |
| SQLite | Planned |
| MongoDB | Planned |
| SQL Server | Planned |
