0.0.11 • Published 9 years ago

mongo-pipe-api v0.0.11

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

mongo-pipe-api mongojs Promise API compatible with PromisePipes

Mostly nodejs modules are not compatible with Promises.

With mongo-pipe-api you can write your code like

var PromisePipe = require('promise-pipe')();

PromisePipe.use('db', MongoPipeApi('test', ['coll']));

var putItemInDB = PromisePipe().db.insert.Item({item});

putItemInDB.then(function(){
  //item is in Item collection
})
0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago