Skip to content

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

DatabaseMinimum Version
PostgreSQL17+
MySQL8.4+
MariaDB11+
SQLite3+
MongoDB8+
Redis7+
ClickHouse24+

Next Steps

Released under the Elastic License 2.0.