【MongoDB】Theconnectionbetweentwotables

2015-07-24 10:46:00 · 作者: · 浏览: 3

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;