文件名称:mongoose-populator:猫鼬文档的递归填充,包括精益选项
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-19 17:50:25
JavaScript
猫鼬种群 猫鼬文档的递归填充,包括精益选项 用法 要求模块将返回人口函数 var populate = require('mongoose-populator'); 此函数的签名: populate(docs, paths, callback, [lean]) 例如,填充一些汽车,如在test文件夹中: Car.findOne({ model: 'Focus' }, function(err, cars){ populate(cars, 'maker.owner', function(err, populatedCars){ // Use the result }); }); 这将填充每辆车的maker字段,以及每个maker的owner字段 可以请求多个字段,由空格分隔,任意长度,也可以包含任何深度的数组: 'some.field some.ot
【文件预览】:
mongoose-populator-master
----.travis.yml(98B)
----index.js(3KB)
----package.json(732B)
----test()
--------test.js(13KB)
--------testdb.js(3KB)
----.gitignore(40B)
----README.md(1KB)