Saved views
Filters, sort, hidden columns, density — per table, recalled in one click.
studio / tables
Click a cell to edit. Follow a foreign key. Select a range and set them all at once. Secrets stay masked; every write is shown before it runs.
| role | org_id | active | ||||
|---|---|---|---|---|---|---|
| a4c8… | [email protected] | admin | acme↗ | •••••• | true | |
| b1f2… | member | acme↗ | •••••• | true | ||
| ✓ | c702… | [email protected] | member | globex↗ | •••••• | false |
| ✓ | d955… | [email protected] | owner | initech↗ | •••••• | true |
| ✓ | e8a2… | [email protected] | member | globex↗ | •••••• | true |
Editing
Double-click a cell and Studio reads the column type — a stepper for ints, a calendar for timestamps, a toggle for booleans, a dropdown for enums, a structured tree for JSON. No quoting, no guessing, no malformed values.
every edit → a parameterized UPDATE, shown first.
| id | api_token | role | |
|---|---|---|---|
| ✓ | c702… | ••••••••••••• | member |
| ✓ | d955… | ••••••••••••• | member |
| ✓ | e8a2… | ••••••••••••• | member |
Bulk + masking
Bulk set. Select rows, pick a column, set one value — a single UPDATE in a transaction.
Find & replace. Substring, exact, or Postgres regex. Preview matches before you write.
Sensitive masking. Mark a column sensitive — cells render as ••• until you reveal one.
04 — The quiet wins
None of these touch the model. They change the surface you spend Tuesday afternoon staring at.
Filters, sort, hidden columns, density — per table, recalled in one click.
Local filter over the rows already rendered. No server round-trip.
Pin specific rows by primary key. They persist across sessions.
Free-form labels for triage — todo, follow-up, do-not-touch.
Auto-refresh every N seconds. Watch a table fill up live.
Show all 40 columns, hide the boring ones for next session.
When the grid isn't enough — editor, EXPLAIN, watch, charts.
/studio/sqlWho can see this row? Lock graph, RLS, roles, perms.
/studio/securityThe objects behind the tables — views, sequences, triggers.
/studio/catalogStep back up — every connection, activity, cross-DB search.
/studio/workspaceShip it — three deployment shapes, hardening, audit.
/studio/launchThe system, the contrast, the bundled architecture.
/studio