rust-lang-nursery / rust-cookbook

https://rust-lang-nursery.github.io/rust-cookbook
Creative Commons Zero v1.0 Universal
2.25k stars 284 forks source link

MongoDB example? #628

Open Scipi opened 3 years ago

Scipi commented 3 years ago

There are already some examples in the cookbook for relational databases (sqlite and postgres), would it be useful to have a nosql example such as MongoDB? I already have an example ready to go using MongoDB and Serde if this is a welcome idea.

stappersg commented 3 years ago

I already have an example ready to go using MongoDB and Serde if this is a welcome idea.

Yes, patches welcome.