Comment by troupo
11 hours ago
I think you'd want to format it like SQL blocks to separate various concepts and where data is coming from
movie.with(
company.s(country).eq("[us]"
)
.and(
keyword.eq("character-name-in-title")
)
.select(
title
.and(
cast.s(person).s(alias).s(text)
)
)
No comments yet
Contribute on Hacker News ↗