Skip to content

Instantly share code, notes, and snippets.

@neumino
Created August 29, 2013 20:21
Show Gist options
  • Save neumino/6382931 to your computer and use it in GitHub Desktop.
Save neumino/6382931 to your computer and use it in GitHub Desktop.
r.table("foo").get("someid").filter( function(doc) {
doc("report")("statement")("name").eq("saymyname")
}).update({
...
}).run( connection, callback )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment