文件名称:mongoose-detective:在指定路径中找到引用的模型名称
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-28 14:47:12
JavaScript
猫鼬侦探 在指定路径中找到引用的模型名称 npm i mongoose - detective -- save 用法 const detective = require ( 'mongoose-detective' ) const mongoose = require ( 'mongoose' ) const InvoiceSchema = new Schema ( { customer : { type : mongoose . Schema . Types . ObjectId , ref : 'Customer' } } ) mongoose . model ( 'Invoice' , InvoiceSchema ) const modelName = detective ( mongoose . models . Invoice , 'customer' ) // model
【文件预览】:
mongoose-detective-main
----.gitattributes(378B)
----.github()
--------.dependabot.yml(106B)
--------workflows()
----src()
--------index.js(765B)
----LICENSE(1KB)
----test()
--------models.js(518B)
--------index.js(1014B)
----README.md(909B)
----.gitignore(28B)
----CHANGELOG.md(102B)
----package.json(758B)