reachout

1.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i reachout

Weekly Downloads

0

Version

1.0.4

License

ISC

Last publish

Collaborators

  • threepointone