标签: mongodb robo3t
嗨,我可以一次插入另一个文档中的创建文档吗? 我的主意看起来是:
db.parent.insert({ name: "smth", childId:[ db.child.insert({ name: "childname" }) })