Ferhat Sn
PPrisma
•Created by dariusj18 on 12/11/2024 in #help-and-questions
Manually rollback in transaction
you can bypass it but using native sql > when you use the prisma transaction and somewhere you want to rollback, just use await prisma.$executeRaw
ROLLBACK
; where prisma is your transactional instance4 replies