Mô hình quan hệ
Mô hình nhúng tài liệu một một
Mô hình nhúng tài liệu một-một - Mô hình nhúng tài liệu
// patron document
{
_id: "joe",
name: "Joe Bookreader"
}
// address document
{
patron_id: "joe", // reference to patron document
street: "123 Fake Street",
city: "Faketon",
state: "MA",
zip: "12345"
}