Finally found a MongoDB ORM that works in Cloudflare Workers

I don’t know why api latency is still 1-2 seconds for simple api requests, possibly due to workers’ cold starts, short lived connection, as Cloudflare Hyperdrive only supports PostgreSQL or SQL-based databases optimized for serverless workers.

Currently, it seems hard to go with mondel at production, although it was a good attempt to fix MongoDB connectivity with workers. In future updates, this may get fixed.