1. 首页
  2. 数据库
  3. 其它
  4. normalize mongoose:标准化Mongoose JSON输出 源码

normalize mongoose:标准化Mongoose JSON输出 源码

上传者: 2021-04-17 23:15:02上传 ZIP文件 6.18KB 热度 21次
标准化猫鼬 标准化Mongoose JSON输出 当文档转换为JSON时,此插件将删除以下字段_id , __v和已发布的虚拟id 。 此外,它还允许您隐藏password类的私有字段。 安装 $ npm install normalize-mongoose 使用 $ npm install abranhe@normalize-mongoose 用法 import mongoose from 'mongoose' ; import normalize from 'normalize-mongoose' ; const personSchema = mongoose . Schema ( {
用户评论