SupabaseS
Supabase2mo ago
0x7F

Prisma + Supabase without sharing postgres password?

Hi,

I'm using Next.js + Prisma with Supabase as the database.
To connect Prisma to Supabase Postgres, I need the database password (the superuser/"postgres" role password).
The organization I work for doesn't want to share that password with developers for security reasons (which makes sense).

Is there a safer/alternative way to connect Prisma to Supabase without giving every developer the main postgres password?
Was this page helpful?