Search code examples
mongodbmeteorminimongo

How can I view the contents of the Minimongo database in the client with Meteor?


I know I can query CollectionName.find().fetch() in the browser's JS console. Are there other tools that are the equivalent of a GUI admin tool for all the browser's local minimongo storage ?


Solution

  • Mongol does this, FTW, thanks to Max Savin.