MongoGetDatabaseNames[MongoClient[…]]
returns a list of the names of all databases in the client MongoClient[…].


MongoGetDatabaseNames
MongoGetDatabaseNames[MongoClient[…]]
returns a list of the names of all databases in the client MongoClient[…].
Details and Options
- To use MongoGetDatabaseNames, you first need to load MongoLink using Needs["MongoLink`"].
- MongoGetDatabaseNames corresponds to the MongoDB command db.adminCommand( { listDatabases: 1, nameOnly: true}).
See Also
Tech Notes
Related Guides
Text
Wolfram Research (2018), MongoGetDatabaseNames, Wolfram Language function, https://reference.wolfram.com/language/MongoLink/ref/MongoGetDatabaseNames.html.
CMS
Wolfram Language. 2018. "MongoGetDatabaseNames." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/MongoLink/ref/MongoGetDatabaseNames.html.
APA
Wolfram Language. (2018). MongoGetDatabaseNames. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/MongoLink/ref/MongoGetDatabaseNames.html
BibTeX
@misc{reference.wolfram_2025_mongogetdatabasenames, author="Wolfram Research", title="{MongoGetDatabaseNames}", year="2018", howpublished="\url{https://reference.wolfram.com/language/MongoLink/ref/MongoGetDatabaseNames.html}", note=[Accessed: 16-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_mongogetdatabasenames, organization={Wolfram Research}, title={MongoGetDatabaseNames}, year={2018}, url={https://reference.wolfram.com/language/MongoLink/ref/MongoGetDatabaseNames.html}, note=[Accessed: 16-August-2025]}