Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的数据库中有两个不同的集合,此时我需要使用本机 NodeJs 驱动程序将文档从第一个集合链接到文档形式的第二个集合。
我怎样才能做到这一点?我应该_id在第二个集合中保留第一个集合吗?
_id
是的,我建议_id按照您的描述手动存储相关文档的。我已经做了很多,而且效果很好。
更复杂的(在您描述的情况下似乎没有必要)是使用DBRef。