Suppose I have a Mongoose Schema or a Model called Address that can be used 
by
other Schemas and/or Models...
Like Address.cs
Something1.cs
Something2.cs

and Something1 and 2 wants to include Address as one of the attributes.
I am doing something like this as part of a MEAN Stack.
Only Something1 and Something2 are collections and not Address...

Currently, I am maintaining them as part of both Some...1 and 2..

Note: I read about subdocuments etc... like Parent and Child etc. But what 
if a Child want to be part of many 
Parents...is my issue.

Thanks in advance.
 
Pramod

-- 
You received this message because you are subscribed to the Google Groups 
"mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mongoose-users+unsubscr...@googlegroups.com.
To post to this group, send email to mongoose-users@googlegroups.com.
Visit this group at http://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to