reachout
v1.0.4
Published
(alpha)
Downloads
13
Readme
(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)
