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

Cookbook ideas for "Database" section #369

Open ludwigpacifici opened 6 years ago

ludwigpacifici commented 6 years ago

Some ideas here are not accepted yet, please comment here and wait for separate "example" implementation issues before submitting a PR!

Lets' discuss about new recipes to highlight databases in Rust (databases, ORM, database interactions, etc.).

Ideas

Here are some general ideas that could be implemented as recipes:

Crates worth considering

Some popular crates, that will help you to implement recipes:

diesel - 1982 stars postgres - 829 stars redis - 674 stars r2d2 - 242 stars rusqlite - 236 stars mysql - 184 stars

Feel free to add more ideas, or to propose precise more detailed examples that can be implemented!

budziq commented 6 years ago

Thanks!

ludwigpacifici commented 6 years ago

FYI, diesel is v0.99.0 (It's basically 1.0 except it's not).

AndyGauge commented 5 years ago

I want to get this up for hacktoberfest.