MongoDB
Ottenere informazioni sul database
Ricerca…
Elenca tutti i database
show dbs
o
db.adminCommand('listDatabases')
o
db.getMongo().getDBNames()
Elenca tutte le raccolte nel database
show collections
o
show tables
o
db.getCollectionNames()
Modified text is an extract of the original Stack Overflow Documentation
Autorizzato sotto CC BY-SA 3.0
Non affiliato con Stack Overflow