Hacker News new | ask | show | jobs
by textread 1179 days ago
Would GraphQL be a good starting point for such a language?
2 comments

It was sarcasm, he was referring to SQL lol
select_related in Django does this. There's also prefetch_related in Django which is not something that is easily done in standard SQL.
Yes, just transform it to an SQL statement.