Sử dụng DBRefs trong MongoDB
{
"_id": ObjectId("53402597d852426020000002"),
"address": {
"$ref": "address_home",
"$id": ObjectId("534009e4d852427820000002"),
"$db": "tutorialspoint"
},
"contact": "987654321",
"dob": "01-01-1991",
"name": "Tom Benzamin"
}Last updated