Skip to content

Instantly share code, notes, and snippets.

@mbseid
Last active August 29, 2015 14:26
Show Gist options
  • Save mbseid/a91bc7e250ee5d680527 to your computer and use it in GitHub Desktop.
Save mbseid/a91bc7e250ee5d680527 to your computer and use it in GitHub Desktop.
RethinkDB and Thinky
Book
.filter({
published: true
})
.orderBy("datePublished")
.getJoin({
author: true
})
.filter({
author: {
state: "CA"
}
}).run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment