Sök…


Lista alla databaser

show dbs

eller

db.adminCommand('listDatabases')

eller

db.getMongo().getDBNames()

Lista alla samlingar i databasen

show collections

eller

show tables

eller

db.getCollectionNames()


Modified text is an extract of the original Stack Overflow Documentation
Licensierat under CC BY-SA 3.0
Inte anslutet till Stack Overflow