0.0.11 • Published 10 years ago

mongo-pipe-api v0.0.11

Weekly downloads
2
License
ISC
Repository
github
Last release
10 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

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago