Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Technology : Node, rethinkDb
  2.  
  3. r.table('games').changes().run(conn, function(err, cursor) {
  4. cursor.each(console.log);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement