# DBWrkr MongoDB storage engine

This is the MongoDB storage engine for DBWrkr

[![Build Status](https://travis-ci.org/whyhankee/dbwrkr-mongodb.svg?branch=master)](https://travis-ci.org/whyhankee/dbwrkr-mongodb)

### Links

DBWrkr pub-sub system <https://github.com/whyhankee/dbwrkr>

### Requirements

* Requires MongoDB 3.2+ (support for partial indexes)


## Changelog

v0.0.7
* .find() should only find unprocessed items
* Updated indexes

v0.0.6
* make dbwrkr a devDependency

v0.0.5
* Upgrade dependencies

v0.0.4
* Support for finding Array of Ids

v0.0.3
* upgrade to dbwrkr 0.0.3 for 0.10 compat

v0.0.2
* Fetchnext() is single queue only

v0.0.1
* Initial release
