Does Prisma have any mechanism to restrict particu...
# orm-help
c
Does Prisma have any mechanism to restrict particular user for deletion of entries?
n
No. Prisma is a database abstraction layer. That kind of authentication/authorisation should be implemented in some application server in front of Prisma.