Asynchronous I/O that doesn’t get in your way, written in D
The search functionality needs JavaScript enabled
Get partial results from a mongos if some shards are down (instead of throwing an error).
struct FindOptions { // ... std.typecons.Nullable!(bool) allowPartialResults ; // ... }