Finally found a MongoDB ORM that works in Cloudflare Workers

This is really interesting, @Edjo_Brandao. Thanks for sharing :fire:

I recently wrote about using a reusable MongoDB client pattern with TanStack Start, and it’s cool to see similar problems being solved in edge runtimes. Curious how you’re handling connection reuse and cold starts in Workers?

1 Like