mongoose lean defaults:使用.lean()时将默认值附加到猫鼬查询的结果中 源码
猫鼬默认值 使用时,将默认值附加到猫鼬查询的结果中。 受到高度启发。 安装 npm install --save mongoose-lean-defaults 要么 yarn add mongoose-lean-defaults 用法 const mongooseLeanDefaults = require ( 'mongoose-lean-defaults' ) const userSchema = new mongoose . Schema ( { name : { type : String , default : 'Bob' } } ) // documen
文件列表
mongoose-lean-defaults-master.zip
(预估有个16文件)
mongoose-lean-defaults-master
index.js
4KB
package.json
909B
__tests__
index.spec.js
6KB
.github
ISSUE_TEMPLATE
bug_report.md
390B
feature_request.md
530B
workflows
暂无评论