thedodd / wither

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

Deprecate basic_index_options and introduce a new index builder. #18

Closed thedodd closed 4 years ago

thedodd commented 5 years ago

This should be significantly more straightforward to use.

thedodd commented 4 years ago

Waiting on upstream mongo updates. We'll pic this up again once index management lands there.