在上一章节MongoDB关系中我们提到了MongoDB的引用来规范数据结构文档。MongoDB 引用有两种:1.手动引用(Manual References)2.DBRefs
DBRef的形式:
{ $ref : , $id : , $db
2020-07-20