Not a generic SQL box with a Postgres logo: extensions, ENUMs, materialized views, sequences, bloat stats, RLS and partitions are all first-class — with EXPLAIN ANALYZE you can actually read.

Tables after FROM, in-scope columns after WHERE, Postgres keywords and functions. Cmd+Enter to run, Cmd+Shift+F to format.
Real timings, sequential scans and nested loops highlighted, buffers shown.
BEGIN / COMMIT / ROLLBACK and auto-commit toggle; the table editor runs inside your open transaction.
Extensions viewer/installer, custom ENUM types, materialized views (create/refresh/drop), sequences, table bloat with one-click VACUUM/ANALYZE, RLS policies and partitions.
Inline edit, insert and delete with primary-key-based updates — disabled automatically when no key is known, so you never hit the wrong row.
Bastion-hosted databases just work; passwords and keys live in your OS keychain.
Yes — anything that speaks the PostgreSQL wire protocol, with SSL modes and SSH tunnels available.
It runs the query, so it's gated to SELECT-shaped statements; plain EXPLAIN is always planner-only.
Yes, with a column mapper and insert-or-upsert mode. Export goes to CSV, JSON, Excel, or Postgres-correct INSERT statements.
Native binary (no JVM), opens in under two seconds, free for commercial use, and also covers MySQL, Redshift, DynamoDB and Redis in the same app. See the comparison on the home page.
macOS (Intel + Apple Silicon) and Windows. Also available via brew install --cask shubhesh07/db-connect/db-connect.