sgrif / diesel.rs-website

MIT License
32 stars 97 forks source link

Update the "Extending diesel" guide to diesel 2.0 #156

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 "Extending diesel" guide this involves the following points:

  1. Update any code snippet to the corresponding variant from the 2.0.x branch
  2. Update any link pointing to the corresponding example in our repository to point to the 2.0.x branch
  3. Update any documentation link to point to the corresponding 2.0.x documentation page
  4. Update any mention of diesel_*operator! macros to use the non-deprecated diesel::*_operator! variant.
  5. 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.