SkillAgentSearch skills...

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/Zequel

README

<p align="center"> <img src="build/icons/png/128x128.png" alt="Zequel" /> </p> <h1 align="center">Zequel</h1> <p align="center"> A modern, open-source database management GUI for macOS, Windows, and Linux. </p> <p align="center"> <a href="https://zequel.dev/download.html"><img src="https://img.shields.io/github/v/release/zequel-labs/zequel?include_prereleases&label=download" alt="Download" /></a> <a href="https://github.com/zequel-labs/zequel/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Elastic%202.0-blue" alt="License" /></a> <a href="https://github.com/zequel-labs/zequel/stargazers"><img src="https://img.shields.io/github/stars/zequel-labs/zequel" alt="Stars" /></a> <a href="https://github.com/zequel-labs/zequel/issues"><img src="https://img.shields.io/github/issues/zequel-labs/zequel" alt="Issues" /></a> <a href="https://github.com/zequel-labs/zequel/pulls"><img src="https://img.shields.io/github/issues-pr/zequel-labs/zequel" alt="PRs" /></a> </p>
<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

  1. Fork the repository and create your branch from main:
git checkout -b my-feature
  1. Make your changes. Follow the existing code style and conventions.

  2. If you added or changed functionality, add or update tests.

  3. Run the type checker and tests to make sure nothing is broken:

npm run typecheck
npm run test:unit
  1. Commit your changes with a clear message describing what and why.

  2. 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).

Author

Created by Paulo Castellano

License

Elastic License 2.0

Related Skills

View on GitHub
GitHub Stars23
CategoryData
Updated22h ago
Forks0

Languages

TypeScript

Security Score

80/100

Audited on Mar 19, 2026

No findings