Show HN: MongoDB on Cloudflare Workers with Do
2 eashish93 0 5/25/2025, 12:26:40 AM github.com ↗
Example repo showing how to use mongodb correctly with cloudflare workers. It's a fully drop-in-replacement of most common methods (aggregation, transaction, find, update etc).
Reason why cloudflare durable object is required with mongodb as workers are stateless and mongodb pooling doesn't help here.
No comments yet