Mongoose soft delete plugin. Latest version: 1.0.2, last published: a year ago. Start using mongoose-delete in your project by running `npm i mongoose-delete`. There are 86 other projects in the npm registry using mongoose-delete.
Mongoose Delete Plugin mongoose-delete is simple and lightweight plugin that enables soft deletion of documents in MongoDB. This code is based onriyadhalnur'spluginmongoose-softdelete. Features Installation Install usingnpm npm install mongoose-delete ...
Installation npm install --save mf-mongoose-audittrail Features Auditing Add audit fields to schemas with one line of code Track date created, date update, or both Track user ID of the responsible operation Compare / contract version differences (coming soon) ...
npm install mongoose-paginate-v2 Usage Add plugin to a schema and then use modelpaginatemethod: constmongoose=require('mongoose');constmongoosePaginate=require('mongoose-paginate-v2');constmySchema=newmongoose.Schema({/* your schema definition */});mySchema.plugin(mongoosePaginate);constmyModel=mong...
soft-delete-plugin-mongoose a mongoose plugin that allows you to soft delete documents and restore them (for JS & TS) nourkaroui •1.0.17•2 years ago•1dependents•MITpublished version1.0.17,2 years ago1dependentslicensed under $MIT ...
mongoose-plus Enhanced Functionality for Mongoose / Mongo Based Solutions Readme Keywords mongoose mongo mondodb audit versioning soft delete audit trail validationPackage Sidebar Install npm i mongoose-plus Repository github.com/MEANFactory/mongoose-plus Homepage github.com/MEANFactory/mongoose-plus#readme...