SQLALCHEMY relationship support #185
quantumbitxyzt
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to call a "get_all" on a SQLALCHEMY model that has some relationships but it seems that the call only return the first level (and not the children too).
Is there a way to retrieve the parent and also the children in a single call?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions