To edit production data, select the production database, open My Data, and toggle Edit. Be careful: this is your live app’s real data.
Browse and modify data visually
The Database tool includes Drizzle Studio, a tool that lets you browse and modify data visually. These visual tools help you avoid syntax errors and offer the following functionality:- Filter and sort data to focus on specific information
- Export data to a file for external use
- Insert or modify row data
- Create and manage schema, tables, views, and enums

Run SQL commands
The SQL runner lets you run SQL commands on your database and view the results.How to access SQL runner
How to access SQL runner
From the Database tool:
- Select the My Data tab
- Select
SQL runner

Next steps
- Connection details: Connect an external SQL client.
- Data recovery: Undo unwanted data changes.