Skip to content

Unlimited seats on Netlify Pro for $20/month → Learn more 👥

View and edit data

The database editor in the Netlify UI lets you inspect and modify the contents of your Netlify Database without writing SQL. You can use it to spot-check data, adjust a row mid-development, or clear out test records — across any database branch and any table in your database.

The Netlify Database editor showing a list of tables and a paginated data grid for the selected table on the production branch. The Netlify Database editor showing a list of tables and a paginated data grid for the selected table on the production branch.

  1. From your project dashboard, in the left sidebar, select Database.
  2. Find the branch you want to inspect from the Database branches section.
  3. Click on View/edit.

The left-hand panel lists every table in the selected branch. Select a table to load its rows into the data grid.

The grid supports the operations you’d expect from a spreadsheet-style view:

  • Filters — narrow rows down by column value
  • Sort — order rows by one or more columns
  • Columns — show or hide columns to focus on the fields you care about
  • Pagination — page through large tables

Switch between Basic and Advanced modes in the top right to access more advanced controls and inline SQL.

To edit a value, click the cell you want to change, type the new value, and confirm. Editing is performed against the selected branch, so changes only affect that branch — for example, edits made on a deploy preview’s branch will not affect your production site.

To delete rows, select them in the grid and use the delete control. As with edits, deletes are scoped to the active branch.

Viewing and editing data through the database editor requires a role with database access. See the database permissions table for the full breakdown.