Prisma and fastify transaction management
ORMHi, 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 ?