Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 657 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 657 Bytes

baio-mongo

Build Status

2013 Max Putilov, Data-Avail

Baio-mongo may be freely distributed under the MIT license.

The set of atomic operations to deal with native mongodb driver.

It is often for server side applications, when your need single db operation per request/response cycle, this library facilitate this.

Open connection -> Single CRUD operation -> Close connection.

Documentation

###Install### npm install baio-mongo

###Tests### npm test