Getting database information
List all databases
show dbsor
db.adminCommand('listDatabases')or
db.getMongo().getDBNames()List all collections in database
show collectionsor
show tablesor
db.getCollectionNames()show dbsor
db.adminCommand('listDatabases')or
db.getMongo().getDBNames()show collectionsor
show tablesor
db.getCollectionNames()