prisma-dart
prisma-dart copied to clipboard
ROW LEVEL SECURITY FOR POSTGRESQL
I need new feature like RLS, please help
@Ankit3994 Is Prisma officially supported? I am not sure.
@Ankit3994 https://github.com/prisma/prisma/issues/12735
The Prisma engine does not seem to support this new feature yet. Strictly speaking, Prisma ORM for Dart is only a client of the Prisma engine. This requires the engine to implement support, and then the client can handle development.