MongoDB Find items including data from other referenced collection

前端 未结 0 1379
温柔的废话
温柔的废话 2021-01-14 05:17

I have following models:

Foo

[{
  a: string
  b: string,
  c: [ObjectId, ref: Bar]
}]

Bar

[{
  name: string
}]
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题