Skip to content

heartnetkung/monkii

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monkii

This is a fork of monk with mongoskin upgrade to v2, which use a more recent version of mongodb.

There is a pending pull request waiting to review, this package is for those who can't wait.

Usage

Simply npm install monkii and replace require('monk') with require('monkii').

monkii is designed to be a drop-in replacement, it has the same API as monk.

For documentation, please refer to monk's README.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Run Test Cases

  • all tests node_modules/.bin/mocha

Breaking Changes

  • collection.update() and collection.remove() now return the number of documents affected by the operation.
  • implements collection.aggregate(stages, [options], fn)

About

The wise MongoDB API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.8%
  • Makefile 1.2%