mongoose history diff:一个mongoose插件用于获取MongoDB文档的差异和历史记录并管理其版本 源码
猫鼬的历史差异 这是一个插件,用于跟踪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 :
文件列表
mongoose-history-diff-master.zip
(预估有个24文件)
mongoose-history-diff-master
AUTHORS
40B
yarn.lock
373KB
.eslintrc.js
607B
src
types.ts
1KB
utils.ts
5KB
index.ts
1KB
__tests__
diffModel-test.ts
12KB
暂无评论