Zequel
Modern, open-source database management GUI. Query editor, data grid, schema browser, ER diagrams, import/export, SSH tunneling, and more.
Install / Use
/learn @zequel-labs/ZequelREADME
<p align="center"> <img src="docs/public/screenshots/table-view.png" alt="Zequel - Data Grid" width="800" /> </p> <p align="center"> <img src="docs/public/screenshots/table-structure.png" alt="Zequel - Table Structure" width="800" /> </p> <p align="center"> <img src="docs/public/screenshots/er-diagram.png" alt="Zequel - ER Diagram" width="800" /> </p>
Supported Databases
| | Database | Version | SSH Tunnel | Status | |---|----------|---------|------------|--------| | <img src="src/renderer/assets/images/postgresql.svg" alt="PostgreSQL" width="20" height="20" /> | PostgreSQL | 12 – Latest | Yes | Available | | <img src="src/renderer/assets/images/mysql.svg" alt="MySQL" width="20" height="20" /> | MySQL | 5.7 – Latest | Yes | Available | | <img src="src/renderer/assets/images/mariadb.svg" alt="MariaDB" width="20" height="20" /> | MariaDB | 10.4 – Latest | Yes | Available | | <img src="src/renderer/assets/images/sqlite.svg" alt="SQLite" width="20" height="20" /> | SQLite | 3+ (bundled) | - | Available | | <img src="src/renderer/assets/images/duckdb.svg" alt="DuckDB" width="20" height="20" /> | DuckDB | 1.0+ (bundled) | - | Available | | <img src="src/renderer/assets/images/mongodb.svg" alt="MongoDB" width="20" height="20" /> | MongoDB | 4.2 – Latest | Yes | Available | | <img src="src/renderer/assets/images/redis.svg" alt="Redis" width="20" height="20" /> | Redis | 6.0 – Latest | Yes | Available | | <img src="src/renderer/assets/images/clickhouse.svg" alt="ClickHouse" width="20" height="20" /> | ClickHouse | 22.8 – Latest | Yes | Available | | <img src="src/renderer/assets/images/microsoft-sql-server.svg" alt="SQL Server" width="20" height="20" /> | SQL Server | 2012 – Latest | Yes | Available |
Features
- Query Editor - Monaco-based editor with syntax highlighting, auto-complete, multiple tabs, parameterized queries, EXPLAIN visualization, and 30+ SQL snippets per dialect
- Schema Browser - Explore and manage databases, tables, columns, indexes, foreign keys, views, routines, triggers, sequences, enums, and extensions
- Data Grid - Virtual-scrolled grid with in-cell editing, filtering, sorting, column resize/reorder, multi-row selection, bulk operations, and undo/redo
- ER Diagrams - Interactive entity-relationship diagram visualization
- Import / Export - CSV, JSON, SQL, and Excel formats
- Security - SSL/TLS connections, SSH tunneling, OS-level credential storage
- Process Monitor - View and manage active database processes
- Command Palette - Quick access to all actions via
Cmd+K/Ctrl+K - Dark / Light Theme - Follows system preference or manual toggle
- Cross-platform - Native builds for macOS (Intel + Apple Silicon), Windows, and Linux
Download
Download the latest version for your platform at zequel.dev/download.
Contributing
Contributions are welcome! Whether it's bug reports, feature requests, or pull requests — all help is appreciated.
See the Development Setup guide to get started.
Opening a Pull Request
- Fork the repository and create your branch from
main:
git checkout -b my-feature
-
Make your changes. Follow the existing code style and conventions.
-
If you added or changed functionality, add or update tests.
-
Run the type checker and tests to make sure nothing is broken:
npm run typecheck
npm run test:unit
-
Commit your changes with a clear message describing what and why.
-
Push to your fork and open a Pull Request against
main.
Documentation
Full documentation is available at zequel.dev (or run npm run docs:dev locally).
- Development Setup - Setup, project structure, and guidelines
- Connection URLs - Test database connection strings
- Releasing - How to release a new version
- App Icons - Generating app icons
Author
Created by Paulo Castellano
- GitHub: @paulocastellano
- X: @paulocastellano
License
Related Skills
notion
326.5kNotion API for creating and managing pages, databases, and blocks.
feishu-drive
326.5k|
things-mac
326.5kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
326.5kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
