Hacker News new | ask | show | jobs
by mrastro 652 days ago
It can do joins. By default it combines the query into a single flatten struct but you have the option to write the query to embed entities in the join.

Not perfect and doesn't maintain the same type if you want a subset of columns but works for the majority of cases.

1 comments

What about one to many joins?