color tag
user-set, persists in the sidebar
studio / workspace · 01 — Above the database
Workspace is what you see before you pick a database. Every server you've connected to, sorted by what you used last. Health badges tell you which ones are reachable. ⌘1, ⌘2, ⌘3 jump back to the most recent.
02 — What a card holds
Connections are richer than a hostname and a password. The metadata you set once shows up everywhere a query runs — in the sidebar, on confirmation dialogs, in audit rows.
user-set, persists in the sidebar
writes refuse without confirmation
password / private key / SSH tunnel
disable / require / verify-full
search_path · target a non-default schema
free-form, surfaces in the sidebar
03 — Activity, unified
SQL runs, migrations applied, DDL operations, recovery actions — all stored locally per workspace. Filter by connection, by kind, by time. Export as NDJSON when you need it for a post-mortem.
04 — Cross-database
Search, diff, and run-everywhere — capabilities that need more than one connection at the same time.
Type a name. Studio searches every connection's introspected schema and shows where it lives.
Pick two connections. See tables added, removed, columns changed — one report, ranked by risk.
A query that runs on every connection. Open the panel, pick a target, hit run. Same SQL, four results.
The system overview, contrast, eight surfaces, bundled architecture.
/studioBrowse, edit, bulk-update. The daily database tool.
/studio/tablesMulti-tab editor with plan history and result charts.
/studio/sqlLock graph, RLS, roles, permission matrix.
/studio/securityViews, sequences, triggers, functions, indexes.
/studio/catalogThree deployment shapes: dev, shared staff, viewer.
/studio/launch