How to Edit Database Data from the UI
You can edit your database directly from the Div-idy UI. It works the same way as editing your app: type what you want to change, and Div-idy applies the update. If you don’t like the result, use Undo or Redo.
Quick Answer
Open your project and click the Database tool to view your records. To make changes, type a prompt describing what you want updated (for example, rename a field, fix a value, or delete a record). If the change isn’t right, click Undo to revert, or Redo to reapply.
Where to access your database
Your database is accessible from your project page. Look for a tool called Database. This is where you can view, manage, and edit your data.
Project page → Tools
Click: Database
What you can edit
- Fix or update values (example: update an email address)
- Rename or standardize fields (example: “phoneNumber” vs “phone”)
- Delete test records or duplicates
- Change how data is displayed (tables, cards, sorting, filtering)
Edit prompts work best when you reference what data to target (ex: “Update entries where status is ‘pending’…”).
Prompt examples for editing database data
Fix a field value
Update a specific value across records.
Update all records where "status" is "pendng"
and change it to "pending".
Rename a field
Standardize your database fields.
Rename the field "phone" to "phoneNumber"
and keep existing values.
Remove duplicates
Clean up test or repeated entries.
Delete duplicate leads where the email address matches.
Keep the newest record.
Undo and Redo
- Undo — Revert your last database change
- Redo — Reapply a change you just undid