mf-mongoose

1.0.3 • Public • Published

meanfactory-mongoose

All Mongoose plugins developed by MEAN Factory.

Installation

npm install --save mf-mongoose

Related Projects

The following projects have been designed specifically to work with each other:

mf-mongoose-audittrail
Track who and when documents are created and updated without complex programming. Compare and contract different versions of each document.

mf-mongoose-dto (this plugin)
Convert to/from JSON DTO while applying optional level-based hiding.

mf-mongoose-softdelete
Increase data integrity by retaining historical data and preventing data from being permanently deleted. Each delete operation causes the document to be marked as "deleted" and subsequently hidden from result sets.

mf-mongoose-validation
Provides additional validation for extended data types, field lengths, arrays, and other useful features.

And, for convenience...

mf-mongoose-plugins
Helper project to instantiate any of the installed mf-mongoose plugins.

Contact Information

MEAN Factory
support@meanfactory.com
www.MEANFactory.com

Package Sidebar

Install

npm i mf-mongoose

Weekly Downloads

0

Version

1.0.3

License

Apache-2.0

Last publish

Collaborators

  • meanfactoryadmin