mf-mongoose-softdelete
Version:
Retain historical data by flagging docs as 'deleted' instead of permanently destroying them.
36 lines (24 loc) • 1.56 kB
Markdown
Retain historical data by flagging docs as "deleted" instead of permanently destroying them.
npm install --save mf-mongoose-softdelete
- Increase data integrity by retaining deleted data
- Retain historical data
- Flag objects as "deleted"
- Automatically remove deleted data from result sets
- Manually find or count data with or without deleted items
The following projects have been designed specifically to work with each other:
Track who and when documents are created and updated without complex programming. Compare and contract different versions of each document.
Convert to/from JSON DTO while applying optional level-based hiding.
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.
Provides additional validation for extended data types, field lengths, arrays, and other useful features.
MEAN Factory
[](mailto:support@meanfactory.com)
[](http://www.MEANFactory.com)