Hello our product currently uses Cloudflare Workers + Neon DB + Drizzle. It's been going great but r
Hello our product currently uses Cloudflare Workers + Neon DB + Drizzle. It's been going great but recently we're hitting scaling issues over 1M requests per day. Specifically around not enough connections.
Using Hyperdrive appeared to be the right choice and the switch seemed relatively simple.
However we've run up against a wall with this error. Queries do seem to work but i guess not all of them? We tried using
Using Hyperdrive appeared to be the right choice and the switch seemed relatively simple.
However we've run up against a wall with this error. Queries do seem to work but i guess not all of them? We tried using
fetch_types but no dice


