thedodd / wither

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

Add more docs on basic model usage & sync. #17

Closed thedodd closed 5 years ago

thedodd commented 6 years ago

Per some feedback that I was given, it would be beneficial to add some additional docs on how to use the model. Find, find all, updates, saving &c.

Also, add some docs on what sync is for and how to use it.