thedodd / wither

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

Fix bug in index(storage_engine) once upstream mongodb drive is fixed. #22

Closed thedodd closed 4 years ago

thedodd commented 5 years ago

There's a bug related to storage engine specs for model(index(storage_engine(...))). Opened #282 to have the bug fixed.

Once that fix lands, we can update the code here to accept this index parameter.