Skip to content

Instantly share code, notes, and snippets.

@deontologician
Last active August 29, 2015 14:07
Show Gist options
  • Save deontologician/bcab58fe2714e9636528 to your computer and use it in GitHub Desktop.
Save deontologician/bcab58fe2714e9636528 to your computer and use it in GitHub Desktop.
var username = 'username';
r.db('x').table('users').getAll('username', {index: 'username'}).merge(function(user){
return {posts: r.table('posts').getAll('username', {index: 'username'}).coerceTo('ARRAY')};
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment