archiejs-mongo-enhancer
v1.0.0
Published
Makes it easy to include mongodb schemas into a nodejs project
Downloads
8
Readme
Archie mongo enhancer
This is an archiejs enhancer, which means that it is only useful if you are using archiejs [link: https://www.npmjs.com/package/archiejs] to write/organize your code.
Usage
See test directory for examples.
For development
Clone archiejs-core
and npm link it.
Run npm link archiejs
in this repo.