MongoDB stores data records as documents which are gathered together in collections.
Databases in MongoDB hold one or more collections of documents.
In this short note i will show how to list all collections of a database in MongoDB from the command-line using the mongo shell. (more…)