Prisma + Neon RLS
Struggling right now to implement RLS with clerk authentication and prisma ORM, are there any guides out there on how to do this?
1 Reply
rising-crimson•2mo ago
Hey Ryan!
There's actually an open feature request on Prisma's GitHub for RLS support, so unfortunately you won't be able to define RLS policies in your schema.prisma file yet.
That said, you might find this guide helpful in setting up your Clerk integration, after which you can manage policies with raw SQL migrations.