0.0.3 • Published 8 years ago

mongodbupdater v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

MongoDBUpdater

A simple module to determine what changes mongoDB update operation will have on the stored documents. This module replicates the functionality of mongoDB update operations.

As of now pull operation is not implemented. It will be added in the later versions.

Code Example

preUpdate(doc,{$inc:{a:5}, $set:{"c.d":"Hello"}, $push:{b:{$each:5,10}}});

console.log(doc);

doc = { a:6, b:1,2,3,5,10, c:{ d:"Hello" } }

Installation

npm install mongodbupdater

Tests

npm test

Contributors

Arham Chopra

License

ISC

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago