文件名称:mongoose-deep-populate:Mongoose插件可启用大量的嵌套模型
文件大小:12KB
文件格式:ZIP
更新时间:2024-02-24 23:52:13
mongoose mongoose-plugin population MongooseJavaScript
Mongoose插件可启用任何深度级别的嵌套模型。 支持Mongoose 3.8.x及更高版本。 有关重大更改,请参考变更。 用法 用法示例基于以下架构: var UserSchema = new Schema ( { } ) var CommentSchema = new Schema ( { user : { type : Number , ref : 'User' } } ) var PostSchema = new Schema ( { user : { type : Number , ref : 'User' } , comments : [ { type :
【文件预览】:
mongoose-deep-populate-master
----.travis.yml(320B)
----index.js(44B)
----package.json(1KB)
----.github()
--------FUNDING.yml(22B)
----test()
--------plugin.js(19KB)
----gulpfile.js(920B)
----LICENSE(1KB)
----.gitignore(593B)
----lib()
--------plugin.js(9KB)
----README.md(5KB)
----.jshintrc(483B)
----.editorconfig(228B)