thedodd / wither

An ODM for MongoDB built on the official MongoDB Rust driver.
https://docs.rs/wither
Other
324 stars 40 forks source link

Upgrade to mongo driver 2.0 #85

Closed simoneromano96 closed 2 years ago

simoneromano96 commented 2 years ago

Today the mongo team released the new official driver: https://github.com/mongodb/mongo-rust-driver/commit/648ebe34b514fdbefbd2be27bd6e301fe0defdfc

We need to upgrade it

simoneromano96 commented 2 years ago

They also introduced typed Documents, we need to think for a moment on how to integrate it.