Replies: 2 comments
-
I can see how it gets a bit verbose for tables with lots of foreign keys, and which are highly nested. We could maybe add something like this? await Concert.select(Concert.walk(depth=1)) I'm open to other ideas though. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response. 1/. |
Beta Was this translation helpful? Give feedback.
-
Suppose a request to 'show all information about all concert'.
Currently I might query like this:
1/ Is there a shorter idiom for recursive, or multi-level expansion from foreignKeys?
2/ If not, should there be?
Editorial:
Beta Was this translation helpful? Give feedback.
All reactions