Docs Home → Develop Applications → MongoDB Manual
Model Relationships Between Documents
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoDB server.
- Model One-to-One Relationships with Embedded Documents
- Presents a data model that uses embedded documents to describe one-to-one relationships between connected data.
- Model One-to-Many Relationships with Embedded Documents
- Presents a data model that uses embedded documents to describe one-to-many relationships between connected data.
- Model One-to-Many Relationships with Document References
- Presents a data model that uses references to describe one-to-many relationships between documents.