1.0.1 • Published 8 years ago

mongoose-schema-extender v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

mongoose-schema-extender Build Status

Adds easy to use methods on Mongoose models.
It supports easy filtering based on the userType of the user making the request. Built in error handling. Examples can be found here

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install mongoose-schema-extender --save

Dependencies

  • apier-responsebuilder: Builds and sends the response of apier.
  • es6-promise: A lightweight library that provides tools for organizing asynchronous code
  • reqlog: A simple Node.js logger. Very closely attached to a request.

Dev Dependencies

License

MIT

Generated by package-json-to-readme