Answers for "show all collection in mongo"

8

show collections in mongodb

db.getCollectionNames()
Posted by: Guest on June-08-2020
0

show all mongodb

/*Mongo db*/
db.Profiles.find( {} )
Posted by: Guest on September-03-2021

Code answers related to "show all collection in mongo"

Browse Popular Code Answers by Language