Features & workflows

Editing data in the grid — no SQL

Updated 2026-07-23 · 1 min read

Change a cell, add or delete a row, or drop a table right in the results grid — with a safety toggle so a stray click can never touch your data.

You can edit data directly in the results grid without writing SQL. Editing is off until you flip the Edit toggle, so a double-click can never change data by accident.

What you can do

  • Double-click a cell to change its value. Set any cell to SQL NULL (not an empty string) from the cell popover, which also previews JSON and shows a character count.
  • Add a new row through a form that respects each column’s database default and lets you mark fields NULL.
  • Duplicate or delete rows with one click. Foreign-key columns wear a badge so you can see what references what.

The same safety everywhere

In-grid edits run through the same safety model as every other write. On a read-only connection they stay blocked until you grant a temporary, time-boxed write window — and every statement is re-checked on the backend, so the guardrail is not just in the UI.