Hey all, building an commerce website and I was su...
# orm-help
l
Hey all, building an commerce website and I was suggested to use a db transaction to lock the row. This would prevent against two users making simultaneous requests and overselling the product if the stock is low enough. Is there a way to do this currently with prisma or is there a better way to handle what I am trying to do? 😃
👀 4