Getting database information

Other topics

List 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.