thedodd / wither

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

Integration with new MongoDB driver. #42

Closed thedodd closed 4 years ago

thedodd commented 5 years ago

An alpha of the new MongoDB driver has just recently landed. Time to start cutting over.

Hopefully some of the indexing issues opened in this repo are resolved by the new driver.

Transactions and Change Streams are still not supported, but should be coming soon.

Objectives