sea-orm icon indicating copy to clipboard operation
sea-orm copied to clipboard

Disambiguation code example, why prefer sea-orm or diesel over the other library

Open mohs8421 opened this issue 2 years ago • 1 comments

Motivation

We had some questions regarding the differences between sea-orm and diesel are. While there is an article on the manual about this question, it does not go into detail to allow new users to understand these differences and why one would choose for this or that library. Adding a directly visible code example would help here.

Proposed Solutions

Add examples to the mentioned article, one for when to use diesel, and one for sea-orm

mohs8421 avatar Aug 30 '22 21:08 mohs8421

Hey @mohs8421, thanks for the filing! As said on Discord, I'd open this up and see if anyone what to pick this up and contribute. If no, then I'll take hop in and work on it later. Thanks!!

billy1624 avatar Sep 01 '22 06:09 billy1624

@billy1624 Can I work on this one? It seems like it doesn't require much experience

dotdot0 avatar Nov 11 '22 08:11 dotdot0

Hey @pratushrai0309, I think this is a good starting point!! Let me know if you need help :)

Some reference and resource for you.

  • https://www.sea-ql.org/sea-orm-tutorial
  • https://www.sea-ql.org/SeaORM
  • https://github.com/SeaQL/sea-orm/tree/master/examples
  • https://github.com/diesel-rs/diesel/tree/master/diesel_bench/benches/sea_orm_benches

billy1624 avatar Nov 11 '22 08:11 billy1624

Btw... I think these two issues are for new contributors. And it's relative simpler compare to this issue.

  • https://github.com/SeaQL/sea-orm/issues/826
  • https://github.com/SeaQL/sea-orm/issues/888

billy1624 avatar Nov 11 '22 09:11 billy1624

@billy1624 Ok, I am gonna try them first

dotdot0 avatar Nov 11 '22 10:11 dotdot0