This package has been deprecated

Author message:

Please replace fpl-mongoose-softdelete with mf-mongoose-softdelete.

fpl-mongoose-softdelete

0.0.4 • Public • Published

fpl-mongoose-softdelete

Retain historical data by flagging docs as "deleted" instead of permanently destroying them.

Installation

npm install --save fpl-mongoose-softdelete

New Version & Owner

Ownership has been transferred to MEAN Factory and is available under their mf-mongoose-softdelete package.

No updates will be made to this project. Please replace all instances with the new version from MEAN Factory.

Features

  • 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

Related Projects

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

fpl-mongoose-audittrail

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

fpl-mongoose-dto

Convert to/from JSON DTO while applying optional level-based hiding.

fpl-mongoose-softdelete (this plugin)

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.

fpl-mongoose-validate

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

Contact Information

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

Original Author

Fred Lackey
fred.lackey@gmail.com
www.fredlackey.com

Package Sidebar

Install

npm i fpl-mongoose-softdelete

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • fredlackey