Inline Editing
Edit cell values directly in the table view — click, type, and save. Changes are committed instantly.
How it works
- Navigate to a table in the Data Explorer
- Double-click any cell to enter edit mode
- Type your new value
- Press Enter to save or Escape to cancel
Supported data types
Inline editing supports all common PostgreSQL data types:
- Text and varchar
- Numeric types (integer, decimal, float)
- Boolean
- Date and timestamp
- JSON and JSONB
- UUID
Confirmation
- Changes are committed to the database immediately
- A success notification appears when the update is complete
- If the update fails, an error message explains the issue
- The cell reverts to its original value on error