Bruno
DTDrizzle Team
•Created by Bruno on 12/3/2024 in #help
Next.js, Drizzle and Supabase DB with transactions?
Hey,
I really appreciate the value of transactions. They grant safety when handling multiple changes at once.
I am setting up my Next.js project. I want to use Drizzle to handle my tables in my code.
I don't like that Supabase doesn't really support transactions (only with these sql functions).
There is this drizzle doc: https://orm.drizzle.team/docs/connect-supabase
But as I don't have a lot of knowledge about DBs, this isn't totally clear for me which way I should set it up when using Next.js and wanting to support transactions.
Can you please help me?
14 replies