Show HN: MongoDB on Cloudflare Workers with Do
github.comExample 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.