`DbHandler exited` error while executing a transaction through Drizzle ORM on a Vercel Edge Runtime
I'm constantly getting the
https://orm.drizzle.team/docs/transactions
Other statements that are exeucted outside a transaction is working fine. It seems the error happens right after a
The weird thing is that the transaction finishes with data being saved without an issue. However, the error
I'm wondering why I'm getting this error.
DbHandler exited error when I execute a transaction though Drizzle ORM transaction API against Supabase database from a Vercel Edge Runtime.https://orm.drizzle.team/docs/transactions
Other statements that are exeucted outside a transaction is working fine. It seems the error happens right after a
begin statement is sent.The weird thing is that the transaction finishes with data being saved without an issue. However, the error
DbHandler exited is printed out on console in the middle of the execution.I'm wondering why I'm getting this error.
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.