Search code examples
databasemongodbnosqlmongodb-compass

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.


Solution

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

    Regards.