CallgentforCallgent's Blogblog.callgent.comยทJun 22, 2024Nestjs + Prisma, transaction propagation & test rollback & multi-tenancyPrisma interactive transaction Prisma is great. Yet it's support for interactive transaction is currently limited (Up to v5+), // interactive transaction prisma.$transaction([array_of_operations,]); prisma.$transaction(async (tx) => { // depende...37 readsnestjsAdd a thoughtful commentNo comments yetBe the first to start the conversation.