(string) Name of the database for which to get the list of
collections.
Value
(string vector) List of collection namespaces in the given database.Note this will not include the system collection db.system.indexes
nor the indexes attached to the database. Use mongo.find(mongo,
"db.system.indexes", limit=0L) for information on any indexes.