Seeking Context Support for Prisma Client in Transactions
Good morning!
As anyone created a context that support a Prisma client? The main issue being that the client can be a normal one OR a client that is in a transaction (when using
As anyone created a context that support a Prisma client? The main issue being that the client can be a normal one OR a client that is in a transaction (when using
prismaClient.$transaction)