Inline Editing

Edit cell values directly in the table view — click, type, and save. Changes are committed instantly.

How it works

  1. Navigate to a table in the Data Explorer
  2. Double-click any cell to enter edit mode
  3. Type your new value
  4. 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