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. |
0 replies
|
Thanks for the quick response. 1/. |
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.
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:
All reactions