Add dqex to the database tools list (offline-first, single-binary DB workbench in Go)
Author: fj1981Created Sep 11, 2026Updated Sep 11, 2026
Proposed addition
dqex - AI-native, offline-first database workbench as a single static binary.
Why it should be added to awesome-go
- Written in pure Go, shipped as one static binary (no JVM, no Electron, no installer).
- Web UI + CLI sharing a single engine; every command can emit JSON.
- Supports MySQL, PostgreSQL and Oracle, with automatic cross-dialect migration (e.g. MySQL → PostgreSQL).
- Export / import / compare / snapshots / Excel data dictionary built in (audit-friendly).
- AI SQL assistant that reads the real schema before writing, generates dialect-correct SQL, and requires confirmation before any write.
- Targets air-gapped / restricted networks where other DB workbenches cannot deploy.
Project details
- Repo: https://github.com/fj1981/dqex
- License: MIT
- Language: Go
Happy to add details or adjust formatting per the repository's contribution guidelines.
Source: avelino/awesome-go