Y
Hacker News
new
|
ask
|
show
|
jobs
by
textread
1179 days ago
Would GraphQL be a good starting point for such a language?
2 comments
bibanez
1179 days ago
It was sarcasm, he was referring to SQL lol
link
boxed
1179 days ago
select_related in Django does this. There's also prefetch_related in Django which is not something that is easily done in standard SQL.
link
eurasiantiger
1178 days ago
Yes, just transform it to an SQL statement.
link