MongoDb处理多个文档插入?

时间:2017-05-12 07:10:30

标签: mongodb

我是Mongodb的新手,我想我需要在3个不同的3 documents中插入collections,例如我可以说departmentstudents和{{1}集合。当部门主管向department_membership添加一个student时,我需要插入文件,如

  

{_id:123,姓名:“st_name”,电子邮件:“test@gmail.com”}

department集合中,

  

{_ id:2356,dept_id:12,added_by_whom_id:253,student_id:123}

student集合

中的

  

{_ id:13111,dept_id:12,学生:{_ id:123,姓名:“st_name”}}

department集合

中的

我想要的是要么在相应的集合中插入所有文档,要么失败,如何处理?

0 个答案:

没有答案