How to list all collections from mongo shell ?
This tutorial guides you the ways to list all collections from mongo shell. The mongo shell provides helper methods like db.getCollectionInfos() and db.getCollectionNames().
This tutorial guides you the ways to list all collections from mongo shell. The mongo shell provides helper methods like db.getCollectionInfos() and db.getCollectionNames().