| Postgres query editor | Yes — Query Tool with autocomplete | Yes — multi-tab, syntax highlight, query history |
| Schema / table browser | Yes — tree view | Yes — databases → schemas → tables → columns w/ types |
| EXPLAIN / query plan | Yes — graphical plan visualization | Yes — tree view + Magellan AI explain |
| Live Health dashboard | External monitoring required (Grafana / pgWatch) | Built in — pg_stat_replication, cache hit %, slow queries, conns / max |
| SSH-tunnel built in | Per-connection config, separate from terminal | Pick any open SSH session as the route — one dropdown |
| Number of engines | 1 — Postgres | 6 — Postgres, MySQL, SQL Server, SQLite, Redis, Mongo |
| Native desktop app | Desktop available but Electron-style; web at heart | Native — Wails + Go (~2s cold start, ~120 MiB) |
| Startup time | ~8 seconds (server boot + browser tab) | ~2 seconds |
| HTTP / GraphQL / Realtime client | No | Full Postman-class — collections, env vars, runner, 9 importers |
| Network toolkit | No | 40+ tools — MTR, packet capture, TLS inspector, SNMP, DNS, etc. |
| AI for query / plan explanation | No | Magellan — BYO Anthropic / OpenAI / Gemini / Ollama key |
| Terminal / SSH sessions | No | Yes — SSH, Telnet, Serial, RDP, VNC, SSM in the same window |
| Modern UI | Dated — web UI rooted in pgAdmin 3 era | Modern dark-first design system |
| Backup / restore wizard | Yes — full pg_dump / pg_restore GUI | No — shell out via terminal |
| Vacuum / Analyze UI | Yes — with detailed report | No — SQL only |
| Pricing | Free, open source | Free (SQLite); Pro $24/mo for Postgres + 4 other engines + full stack |