Closed marcelorl closed 7 years ago
@marcelorl where exactly did you see it? chapter? section numbers?
@xmesaj2 exactly.
@azat-co Mongoose is an ODM (Object Document Mapper).
mongodb is no relational. you dont create relationship between documents. of course you may have references to other documents, but you have to make sure they are right within the application's source code.
Mongoose is an ODM instead.