mongo-rs
mongo-rs copied to clipboard
A higher-level wrapper on top of the official bson & mongodb crates.
When I use Filter to query data, how do I use the ObjectId within the database for querying?
As the title. Why a `Client.update` method return a `i64`, and what it is? I cant figu out in doc.
A database name can be included in a mongo URI, ``` mongodb://$[hostlist]/$[database]?authSource=$[authSource] ``` The `Client` struct in this crate seems to aim to operate collections within a single database. Why...
Hi, I am trying to use Mongo and Bson derived traits while having some of the fields remain handled by serde in order to have customized serialization/de-serialization for that field....
Is there any chance that you'd be up for supporting GridFS at any time in the future?
Found your library while checking the version for mongo and I must say I am impressed. I used to just have a trait that I would use to implement a...
The cargo process keeps waiting and will not end unless it is terminated using Ctrl+C. ```text ... Compiling mongodb v2.8.2 ```