You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I come from the PHP world. I used lots of ORMs, such as Laravel Eloquent, Doctrine, Propel. It is quite easy to query multiple models from multiple join tables with one SQL in the PHP world, but in Rust, it is a nightmare. I have used Diesel and then Sea ORM. Diesel can do this relatively easily, but SeaOrm is not. It doesn't make things simple, but makes them more complex.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I come from the PHP world. I used lots of ORMs, such as Laravel Eloquent, Doctrine, Propel. It is quite easy to query multiple models from multiple join tables with one SQL in the PHP world, but in Rust, it is a nightmare. I have used Diesel and then Sea ORM. Diesel can do this relatively easily, but SeaOrm is not. It doesn't make things simple, but makes them more complex.
Beta Was this translation helpful? Give feedback.
All reactions