Skip to content

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

Access control

Netlify Database is designed to ensure that your production database stays secure while still allowing your team to work collaboratively.

For example, an Internal Builder can propose changes using Agent Runners, such updating the product inventory for the spring sales campaign.

These changes are staged in a preview environment (a different database branch than the production branch) and can only be published by a Team Owner or Developer.

ActionTeam OwnerDeveloper or Developer LiteInternal Builder or PublisherReviewer
Propose changes with Agent Runners that require provisioning or modifying a databaseYesYesYesNo
View database dashboardYesYesNoNo
View database contents (production branch)YesYesNoNo
Edit database contents (production branch)YesNoNoNo
Copy connection string (production branch)YesRead-only connection stringNoNo
View database contents (other branches)YesYesNoNo
Edit database contents (other branches)YesYesNoNo
Copy connection string (other branches)YesYesNoNo
Configure auto-scale or sleep on inactivityYesYesNoNo
Restore a backupYesNoNoNo
Delete databaseYesNoNoNo

Learn more about role-based permissions in our roles and permissions docs.