📄️ Introduction
Embedding documents inside another documents is a core feature of MongoDB, and it is very useful when you want to store related data in the same document. This is a very common practice in MongoDB, and it is called Embedded Relationships.
📄️ Embedded Documents
Embedded documents concept is a core feature of MongoDB, and it is very useful when you want to store related data in the same document. This is a very common practice in MongoDB, and it is called Embedded Relationships.
📄️ Syncing Models
Syncing models is a major powerful feature in Monpulse, it allows you to embed documents inside other documents, and it will auto update the embedded documents whenever the original document is updated.
📄️ Joins (Lookups)
Joins mean data is fetched from two or more collections in one query, for example, fetching posts, each post has a user id, and we want to fetch the user data for each post.