About transactions and extensions
I want to add custom methods to my model:
This doesn't seem to work when I call the method inside a transaction. I found this:
https://www.prisma.io/docs/orm/prisma-client/client-extensions/shared-extensions#call-a-client-level-method-from-your-packaged-extension
Does this apply here? Or am I doing it wrong?
This doesn't seem to work when I call the method inside a transaction. I found this:
https://www.prisma.io/docs/orm/prisma-client/client-extensions/shared-extensions#call-a-client-level-method-from-your-packaged-extension
Does this apply here? Or am I doing it wrong?