Skip to content

Instantly share code, notes, and snippets.

@CaptainYarb
Last active August 29, 2015 14:01
Show Gist options
  • Save CaptainYarb/6236d602d60b19f01957 to your computer and use it in GitHub Desktop.
Save CaptainYarb/6236d602d60b19f01957 to your computer and use it in GitHub Desktop.
Rethinkdb Count and Query
r.expr({
rows: r.table('stuff').coerceTo('array'),
count: r.table('stuff').count()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment