首页 > 代码库 > 【MongoDB】The connection between two tables

【MongoDB】The connection between two tables

In mongoDB, there are two general way to connect with two tables. Manual Connection and use DBRef

1. Basically manual connection 

Firstly init the data which was saved in the different collections. 

The result:

2 usage of  DBRef

grammar: 


the example: 


Attention: the above example has some question;


【MongoDB】The connection between two tables