Prisma Ecosystem
Explore the wide variety of tools created by our amazing community.
Dedicated ORM support options
Focus on core competencies of your team, rather than building and managing complex infrastructure components.
Filter by:
other
prisma-rls
Row-Level Security (RLS) traditionally requires databases with native support and custom security policies for each table. This library provides an alternative: a Prisma client extension that automatically adds "where" clauses to all model queries. This method works without database-side RLS support (e.g., in MySQL).