Skip to content

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.

  1. Open Studio (mountsqli dev).
  2. Pick a table from the sidebar.
  3. View rows in a grid; page with the controls.

Use the column headers to sort, and the filter box to scope rows. Under the hood this builds the same QueryPlan your builder would.

  • Insert a row with the add button.
  • Edit a cell inline and save.
  • Delete a row with the row action.
  • Use the browser to verify a migration’s result quickly.
  • Don’t use it as a production admin panel — it’s a dev tool.
  • Editing data expecting it to generate a migration (it doesn’t).
  • Forgetting RLS may block edits if enforcement is on.