The two types of objects seem to be so close to one another that having both feels redundant. What is the point of having both schemas and models?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Often the easiest way to answer this type of question is with an example. In this case, someone has already done it for me :) Take a look here: http://rawberg.com/blog/nodejs/mongoose-orm-nested-models/ It gives a decent description of using schemas within models in mongoose and why you would want to do it, and also shows you how to push tasks via the model while the schema is all about the structure etc. |
|||
|
|