Questions tagged [mongo]

MongoDB is a document-oriented database.

22 questions
1
vote
1 answer

best approach to store "enums" shared between collections

I have several enums that need to be defined and shared between collections. A practical example: There are X colors available "Light Blue", "Red", "Purple".... people can like items of several colors items can use several colors I need to be able…