| Database engines | MySQL / MariaDB only | Postgres, MySQL, SQL Server (T-SQL + AAD), SQLite, Redis, MongoDB |
| MySQL SQL editor | Full | Full · multi-tab · backtick quoting · ⌘↵ to run |
| Schema browser | Schemas → tables → columns | Databases → schemas → tables / views → columns w/ type + nullability |
| Query history | Per-connection | Per-Space audit log (every statement, truncated to 4KB) |
| Saved queries / snippets | Snippets panel | Saved queries per-Space with tags (Pro+) |
| Live Health dashboard | — (Performance Reports are point-in-time) | Live: SHOW GLOBAL STATUS, threads vs max_connections, InnoDB hit ratio, processlist, SHOW SLAVE STATUS — refreshing on a side panel |
| SSH-tunneled DB connections | Standard TCP/IP over SSH (per connection) | Pick any active SSH session as the route. No second ssh-config to maintain. |
| HTTP / REST client | — | Postman-class — methods, env vars, OAuth2, collection runner, 9 import formats |
| Network toolkit | — | 40+ tools — MTR, packet capture, TLS inspector, SNMP, DNS, port scan, syslog viewer |
| AI assistant on results | — | Magellan — BYO Anthropic / OpenAI / Gemini / Ollama key; reads result + schema digest |
| macOS stability | Long-running known issue — crashes on launch, hangs on result grids | Native Wails build, code-signed + notarized, universal arm64 + amd64 |
| Modern UI | Qt-based, last meaningful refresh ~2013 | Modern dark UI, command palette, multi-window (⌘N) |
| EER Diagram designer | Full — forward + reverse engineering, schema sync | — |
| MySQL admin GUIs (users, server config, replication wizard, backup) | Full | — SQL only |
| Migration Wizard (legacy DBs → MySQL) | Full | — |
| Pricing | Free (Community Edition) | Free tier for SQLite + network + HTTP + AI · Pro $24/mo unlocks MySQL + 4 other engines · Team $49/mo · Enterprise $99/mo |