Getting database information
Other topicsList all databases
show dbs
or
db.adminCommand('listDatabases')
or
db.getMongo().getDBNames()
List all collections in database
show collections
or
show tables
or
db.getCollectionNames()
Contributors
Topic Id: 6397
Example Ids: 22015,22016
This site is not affiliated with any of the contributors.