Introduction
Zequel is an open-source database management GUI built with Electron and Vue 3. It provides a fast, modern interface for working with relational and non-relational databases, all from a single desktop application.
Zequel is created by Paulo Castellano and licensed under the Elastic License 2.0.
What Zequel Does
- Connect to multiple database engines through a unified interface.
- Query with a full-featured Monaco editor that supports syntax highlighting, autocompletion, and multiple tabs.
- Browse table data in a virtual-scrolled grid with inline cell editing.
- Visualize schema relationships with auto-generated ER diagrams.
- Import and export data in CSV, JSON, SQL, and Excel formats.
- Monitor active database processes and running queries.
- Navigate quickly with a command palette (Cmd+K / Ctrl+K) and keyboard shortcuts.
Supported Databases
| Database | Minimum Version |
|---|---|
| PostgreSQL | 17+ |
| MySQL | 8.4+ |
| MariaDB | 11+ |
| SQLite | 3+ |
| MongoDB | 8+ |
| Redis | 7+ |
| ClickHouse | 24+ |
Next Steps
- Installation -- Download and install Zequel on your platform.
- Quick Start -- Create your first connection and run a query in under two minutes.
- Interface Overview -- Learn the layout and navigation model.
