What would be a good way to have RLS with drizzle?
In a multitenancy app, is there any equivalent for lets say prismas client extensions? Or should we just use
WHERE
on each query?
https://www.prisma.io/docs/concepts/components/prisma-client/client-extensions/queryPrisma
Prisma Client extensions: query component
Extend the functionality of Prisma Client, query component
0 Replies