query

Mongo query deep array

Being a document database Mongo is great at storing your data in a pre-joined fashion. To complement this Mongo provides an interesting way of querying this data structure. Here is an example structure used for a small Flashcard memory app. It provides decks with many cards - each card with many single popquizzes the user can perform at anytime. Quizzes are similar to popquizes but force the user…

Read more