Data Browser
The Data Browser shows your tables as editable grids. It reads through the same
Driver your app uses, so what you see matches production shape.
Browse rows
Section titled “Browse rows”- Open Studio (
mountsqli dev). - Pick a table from the sidebar.
- View rows in a grid; page with the controls.
Filter and sort
Section titled “Filter and sort”Use the column headers to sort, and the filter box to scope rows. Under the hood
this builds the same QueryPlan your builder would.
Edit data
Section titled “Edit data”- Insert a row with the add button.
- Edit a cell inline and save.
- Delete a row with the row action.
Best practices
Section titled “Best practices”- Use the browser to verify a migration’s result quickly.
- Don’t use it as a production admin panel — it’s a dev tool.
Common mistakes
Section titled “Common mistakes”- Editing data expecting it to generate a migration (it doesn’t).
- Forgetting RLS may block edits if enforcement is on.
Related
Section titled “Related”- SQL Console — ad-hoc queries.
- Overview — what Studio includes.
