SupabaseS
Supabase2mo ago
Ise

Supabase RLS with Prisma

I am creating a Dashboard with Next.js and I am considering using Prisma. I will need a lot of permissions to perform CRUD operations on the data. Does Prisma support Supabase RLS, or do I need to create DAL functions to run before performing CRUD operations with Prisma? Is it better to use Prisma at this point, or continue using the Supabase client and use RPC functions when I need to perform transactions or more complex queries?
Was this page helpful?