mongo-rs icon indicating copy to clipboard operation
mongo-rs copied to clipboard

A higher-level wrapper on top of the official bson & mongodb crates.

Results 7 mongo-rs issues
Sort by recently updated
recently updated
newest added

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.

question

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...

question

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....

bug

Is there any chance that you'd be up for supporting GridFS at any time in the future?

enhancement

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...

question

The cargo process keeps waiting and will not end unless it is terminated using Ctrl+C. ```text ... Compiling mongodb v2.8.2 ```