NeonN
Neon2y ago
1 reply
extreme-purple

Neon Transaction Support with drizzle in cloudflare workers

Hi, I am trying to make a db transaction using drizzle orm in cloudlfare workers using NeonDB. I am using the neon function as client which is imported from @neondatabase/serverless module. When I make an api request, it returns me an error saying:
"No transactions support in neon-http driver".

Can someone help me with this?

Note: This is happening only with transactions, not with insert or query
Was this page helpful?