Row Operations
Seaquel provides full CRUD support directly from the result grid.
Insert a row
Section titled “Insert a row”- Click the Insert Row button above the result grid.
- A form dialog opens with fields for each column.
- Fill in the values and confirm.
- Seaquel generates and executes an INSERT statement.
Update a row
Section titled “Update a row”Edit values directly in the grid by clicking a cell, or select a row and open the edit dialog for a form-based view of all columns. See Editing Data for details on inline editing.
Delete a row
Section titled “Delete a row”- Select the row you want to remove.
- Click Delete Row.
- A confirmation dialog appears showing the row data.
- Confirm to execute the DELETE statement.
Safety
Section titled “Safety”All destructive operations show a confirmation dialog before executing, so you won’t accidentally lose data. Each operation generates standard SQL (INSERT, UPDATE, DELETE) that runs against your database directly.