Skip to content

Getting database information

show dbs

or

db.adminCommand('listDatabases')

or

db.getMongo().getDBNames()
show collections

or

show tables

or

db.getCollectionNames()