简体   繁体   中英

How to view an already created DB in MongoDB Compass

I made a database in mongo shell and wanted to visualize it. I am trying to find a way to view it. Is it possible to view a database in mongodb compass which has been created in mongo shell.

You need to create a collection within the database to view it in Compass.

Regards.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM