Dark_Mift
Explore posts from serversDTDrizzle Team
•Created by Dark_Mift on 5/4/2024 in #help
Transaction failing issue
Hey all,
Bit of context,
I tried applying a transaction in mysql using the drizzle transaction api but kept getting rollback and errors that did not point me to a solution.
I ended up making a procedure instead.
My question is if someone can please show me how to convert this procedure to a working example using said drizzle api.
https://github.com/Darkmift/pc-shopping-cart-limit-oversell/blob/2fae76bca098d8c8dd32005f21f5ffa780be6043/src/common/drizzle/db/queries/addItemsToCart.ts#L4
This the alternative procedure used instead RN.
2 replies