sgrif / diesel.rs-website

MIT License
32 stars 97 forks source link

Update the "Schema in depth" guide to diesel 2.0 #155

Closed weiznich closed 2 years ago

weiznich commented 2 years ago

As preparation of the upcoming diesel 2.0 release we need to update the guides on our web page to reflect the corresponding changes. For the ["Schema in depth"](https://diesel.rs/guides/schema-in-depth.html guide this involves the following points:

  1. Update any documentation link to point to the corresponding 2.0.x documentation page
  2. Verify that the code snippet are still compile with diesel 2.0
  3. Open a PR with all this changes targeting the diesel_2.0_update branch

Please use this issue as discussion platform to ask any question that is unclear about updating this guide.