Skip to content

threepointone/reachout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(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)

About

rethinkdb + js-csp

Resources

Stars

Watchers

Forks

Packages

No packages published