Hacker News new | ask | show | jobs
by nikolasburk 1883 days ago
Transactions are supported in Prisma, see this guide in our docs [1].

I guess the post refers to our opinionated stance on "long-running transactions" which Prisma indeed does not at the moment. The best resources to learn about this are on GitHub [2] and our blog [3].

[1] https://www.prisma.io/docs/guides/performance-and-optimizati...

[2] https://github.com/prisma/prisma/issues/1844

[3] https://www.prisma.io/blog/how-prisma-supports-transactions-...