How do I rollback a prisma transaction when I have 2 different prisma clients
My desired outcome is that the
prismaMsSql
and prismaPostgres
work as one transaction, such that if any of them fail all of them get rolled back. Is there a way I can manually rollback and commit ?0 Replies