baio-mongo
v1.0.2
Published
Little helper library for native nodejs mongodb driver
Downloads
5
Readme
baio-mongo
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.
See also tests.