1. 首页
  2. 数据库
  3. 其它
  4. mongoose history diff:一个mongoose插件用于获取MongoDB文档的差异和历史记录并管理其版本 源码

mongoose history diff:一个mongoose插件用于获取MongoDB文档的差异和历史记录并管理其版本 源码

上传者: 2021-02-06 01:10:09上传 ZIP文件 165.94KB 热度 4次
猫鼬的历史差异 这是一个插件,用于跟踪MongoDB文档的历史记录和差异。 与一种特定模型有关的差异将存储在单独的MongoDB集合中。 安装 yarn add mongoose-history-diff npm i mongoose-history-diff 用法 将插件添加到您的Mongoose模式中: import DiffPlugin from 'mongoose-history-diff' ; CoderSchema . plugin ( DiffPlugin , { orderIndependent : true , diffCollectionName :
用户评论