mongo-rust-driver
mongo-rust-driver copied to clipboard
The official MongoDB Rust Driver
Hi, thank you guys for all the work of a pure Rust mongodb driver. But do you have plans to update `chrono` features to avoid `cargo-audit` reporting `CVE-2020-26235`? FYI: https://github.com/chronotope/chrono/issues/602
## Versions/Environment 1. What version of Rust are you using? cargo 1.60.0 2. What operating system are you using? MS Windows 10 3. What versions of the driver and its...
fixes #748 The fix ended up being a little more complicated than I initially expected in order to get it work properly for multi-batch bulk writes but was still relatively...
RUST-1871 I opted to omit the versions of the upload/download methods that accept a stream - while the spec has both, IMO in the case of Rust it's both unidiomatic...
RUST-1512 For return types in code that include generic parameters, rustdoc will generate output that links to both the generic type and the parameter types; however, when using bracketed comment...
When creating a time-series collection on MongoDB Atlas the `clusteredIndex` field of the collection options is given as `true` instead of as an object that deserializes to `ClusteredIndex`. The rust...
Implement support for the new `bulkWrite` command. This PR can be reviewed in tandem with the specification changes (https://github.com/mongodb/specifications/pull/1534). I've left some things out of this PR to minimize its...
As far as I can tell, there's no way to connect to a mongodb server via a SOCKS5 proxy. Are you interested in such a feature? I can see at...