PrismaP
Prisma3mo ago
5 replies
Benoit

Prisma and fastify transaction management

ORM
Hi, I'm using prisma 6.19.0 and fastify 5.6.2 and I'm wondering how to manage transactions at best so that mutable routes (POST, PUT, PATCH, DELETE) work inside DB transactions automatically. Is there a way to easily achieve this ?
Was this page helpful?