Raiya
Raiya
https://www.prisma.io/docs/concepts/components/prisma-client/transactions#interactive-transactions-in-preview
Prisma supports transaction out off the box. But in the case you need more control, there is the "interactive transactions" API, which is very nice because: - Prisma is the...
> Is there any way to use a @transaction decorator? @kasir-barati > > I don't get you answer. @asio1337 There is no such decorator on prisma. It seems your're new...
@agauniyal thank you very much. it works :)