1. 首页
  2. 数据库
  3. 其它
  4. mongoose common plugin:Mongoose的通用插件具有标准架构字段和本地化支持 源码

mongoose common plugin:Mongoose的通用插件具有标准架构字段和本地化支持 源码

上传者: 2021-02-05 12:43:24上传 ZIP文件 133.5KB 热度 20次
猫鼬通用插件 Mongoose的通用插件,具有标准架构字段和本地化支持 目录 安装 : npm install mongoose-common-plugin : yarn add mongoose-common-plugin 用法 const mongooseCommonPlugin = require ( 'mongoose-common-plugin' ) ; const mongoose = require ( 'mongoose' ) ; const User = new mongoose . Schema ( { } ) ; User . plugin ( mongoose
用户评论