Documentation
Inline Editing
Inline editing lets you modify data directly in the results grid without writing SQL. It is automatically enabled when querying a single table that has a primary key.
Editing cells
Double-click a cell to edit its value. The editor adapts to the column type — text input for strings, checkboxes for booleans, and specialized editors for JSON and arrays.
Primary key columns are never editable to preserve row identity.
Change tracking
Modified cells are visually highlighted so you can see what has changed before committing. An action bar at the bottom shows a count of pending edits and deletes.
Deleting rows
Click the row number to select a row, then click the delete button in the action bar to mark it for deletion.
Applying and discarding
Hold the Apply button to commit all pending changes (updates and deletes) to the database in a single batch. Hold the Discard button to revert all uncommitted changes.
NULL handling
To set a cell to NULL, clear its value completely. NULL values display as a dimmed label in the grid.
Read-only projects
If the project is in read-only mode, cells cannot be edited and write operations are blocked.