Ask HN: Selling software to company I work for as an employee
50 points by apohak 3d ago 52 comments
Ask HN: What's your favorite architect/editor pair with Aider?
14 points by 34679 17h ago 1 comments
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