mf-mongoose
Version:
All Mongoose plugins developed by MEAN Factory.
33 lines (21 loc) • 1.44 kB
Markdown
# 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](https://github.com/MEANFactory/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](https://github.com/MEANFactory/mf-mongoose-dto) (this plugin)**
Convert to/from JSON DTO while applying optional level-based hiding.
**[mf-mongoose-softdelete](https://github.com/MEANFactory/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](https://github.com/MEANFactory/mf-mongoose-validation)**
Provides additional validation for extended data types, field lengths, arrays, and other useful features.
And, for convenience...
**[mf-mongoose-plugins](https://github.com/MEANFactory/mf-mongoose-plugins)**
Helper project to instantiate any of the installed `mf-mongoose` plugins.
## Contact Information
MEAN Factory
[support@meanfactory.com](mailto:support@meanfactory.com)
[www.MEANFactory.com](http://www.MEANFactory.com)