sql - How list the owners of collections in mongoDB -
how list mongodb collections , owners of collections. how possible?
like have in postgresql using \dt command.
you can utilize show dbs see list of databases available , utilize use dbname after utilize show collections or db.getcollectionnames() see collections in database.
sql database mongodb nosql mongoose
No comments:
Post a Comment