Replies: 1 comment
-
|
Yes, there are methods like If you need more, at the moment you have to avoid these high-level "relational" methods and manunally write joins, manually select every column, manually define a result struct, This is one of the biggest known issues with SeaORM, and there are many discussions (and some draft PRs) about it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to fetch multiple relations in one request to save db round-trips, similar to prisma:
Is it possible in sea-orm?
Beta Was this translation helpful? Give feedback.
All reactions