1. 首页
  2. 数据库
  3. 其它
  4. mongoose createdat updatedat:Mongoose插件 时间戳处理程序 源码

mongoose createdat updatedat:Mongoose插件 时间戳处理程序 源码

上传者: 2021-02-17 19:30:41上传 ZIP文件 30.55KB 热度 23次
猫鼬createdAt-updatedAt 一个猫鼬插件,将createdAt和updatedAt字段添加到订阅的模型中以避免冗余。 现在支持基于查询的更新,例如update()或findOneAndUpdate()。 通过npm安装: $ > npm install mongoose-createdat-updatedat --save 用法: var plugin = require ( 'mongoose-createdat-updatedat' ) ; var User = new Schema ( { ... } ) ; User . plugin ( plugin ) ;
用户评论