npm.io
1.0.4 • Published 11 years ago

reachout

Licence
ISC
Version
1.0.4
Deps
1
Vulns
0
Weekly
0

(alpha)

reachout

dahi + rethinkdb

npm install reachout

// the basics


go(function*(){
  var connection = yield connect(r, db);
  var cursor = yield run(r.db('mydb').table('mytable'), connection);
  var records = yield toArray(cursor)
  log(records);  
})

// works with changes()!

(re: error handling - follow this issue)