[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Feedback](/c/feedback/8) # Privatisation of Vercel Storage Databases 66 views · 1 like · 3 posts Khaleel Fuzeus (@khaleel-fuzeus) · 2024-08-14 We have many projects hosted in Vercel. These projects use Storage (PostgreSQL) These databases however are production, staging etc Is there a way to restrict read-only, or even encrypt read-view of the Production databases. We want to limit which developer can edit, see what table, row and hide customer information Else we will have to place our production database elsewhere Pauline P. Narvas (@pawlean) · 2024-08-16 · ♥ 1 Hi, @khaleel-fuzeus! We currently do not provide fine-grained permissions for our storage solutions. However, you can create a database [directly on Neon and manage access.](https://neon.tech/docs/manage/database-access) I'll also share this as feedback internally. :pray: Let us know if you have any other questions! Pauline P. Narvas (@pawlean) · 2026-02-09 Hey @khaleel-fuzeus! Wanted to drop a quick update here since things have changed a bit. Vercel Postgres is no longer available as a standalone product -- existing databases were automatically migrated to Neon back in December 2024. So what was previously suggested as a workaround (going through Neon directly) is now the official path forward. That means Neon's own access management features are your first-class option for the fine-grained controls you were looking for -- you can manage database-level permissions and row-level security directly through Neon. For any new projects, you can install a Postgres integration from the [Vercel Marketplace](https://vercel.com/marketplace?category=storage&search=postgres). Updated docs: [Postgres on Vercel](https://vercel.com/docs/postgres) Hope that helps!