2019-12-06

Minimongo - How to output all collection documents to the browser console

collection_name.find({}).forEach(function(doc){console.log(doc);});