It is very useful to run meteor mongo
and query collections from the command line, for debugging purposes, etc.
Recently, I have added the collectionFS
package to enable image storage in the database. However, I am unable to query the database from the command line.
db.fs.collection_name.find()
is not doing the trick, and I can't seem to find the correct command anywhere.