Mathias
Explore posts from serversPPrisma
•Created by Mathias on 11/19/2024 in #help-and-questions
Concurrent request (Prisma)
If I use an INSERT in a transaction, with Prisma.TransactionIsolationLevel.Serializable, can this solve the problem?
8 replies
PPrisma
•Created by Mathias on 11/19/2024 in #help-and-questions
Concurrent request (Prisma)
I don't think the version field can solve the problem.
8 replies
PPrisma
•Created by Mathias on 11/19/2024 in #help-and-questions
Concurrent request (Prisma)
Hello @RaphaelEtim
Thank you!
The problem is that my concurrent request is an
insert
.
I have a findUnique only to check if the answer exists or not.8 replies