How do we know the contents of Minimongo?

Hi I’ve been searching everywhere but couldn’t find any info about knowing the contents of Minimongo. Is there such a tool? I tried querying Minimongo in the console Collection.find().fetch() but it says Collection is not defined.

You have to set the collection up. Read more about collections here:

If you’re using Chrome you can install Meteor DevTools which shows the contents of Minimongo, among other things.

There is also my MiniMongoExplorer.

4 Likes

Very convenient, works like a charm thanks!

VERY COOL! Thanks. Installed and bam, more insights.