MongoDB
Database-informatie verkrijgen
Zoeken…
Lijst alle databases
show dbs
of
db.adminCommand('listDatabases')
of
db.getMongo().getDBNames()
Lijst alle collecties in database
show collections
of
show tables
of
db.getCollectionNames()
Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow