Use the Data tab to view tables, inspect rows, and make quick edits.

Overview of the Data tab
There are two databases per app: a Dev database for the in‑Mocha preview, and a Prod database for your deployed site. They do not share data.
Dev vs Prod
- Dev: Used while building and testing in the preview. Safe to experiment.
- Prod: Used by your deployed site. Data here is what real users see.
If you add data in Dev, you won’t see it in Prod after deploying. If you want to add data to your production database, explicitely ask Mocha to do so, or create an upload mechanism and then upload the data through the published site.
Quick start
1
View your tables
Open the Database tab to see your tables and recent rows.
2
Add or edit rows
Use the built‑in form UI to insert or edit rows. Great for testing quickly.
What you can ask the AI to do
How do I add data to my production database?
How do I add data to my production database?
If you want to add data to your production database, explicitely ask Mocha to do so, or create an upload mechanism and then upload the data through the published site.
How do I edit data in my production database?
How do I edit data in my production database?
If you want to edit data in your production database, explicitely ask Mocha to do so, or create an edit mechanism and then edit the data through the published site.