登录 注册
当前位置:主页 > 资源下载 > 9 > Mongoose插件mongoose-patch-history能够为模式下所有相关文档在“补丁”集合中保存JSON补丁操作的历史记录

Mongoose插件mongoose-patch-history能够为模式下所有相关文档在“补丁”集合中保存JSON补丁操作的历史记录

  • 更新:2024-10-06 13:53:26
  • 大小:87KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Mongoose补丁历史记录是一个Mongoose插件,它为关联的“补丁”集合中属于模式的所有文档保存操作的历史记录。 安装 $ npm install mongoose-patch-history 用法 要对现有的mongoose模式使用mongoose-patch-history ,只需插入即可。例如,以下模式定义定义了Post模式,并使用mongoose-patch-history和默认选项: import mongoose , { Schema } from 'mongoose' import patchHistory from 'mongoose-patch-history' /*