You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
Problem
Prisma recently added support for setting the isolation level for transactions. https://www.prisma.io/docs/concepts/components/prisma-client/transactions#transaction-isolation-level
Once we have support for transactions, #53, we should support this too.
Suggested solution
Needs investigation.