update_project_entry
Update a record in a specified table by ID with new field values, enabling persistent database state management for functional programming projects.
Instructions
Update existing entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| id | Yes | Record ID | |
| data | Yes | Field-value pairs to update |