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.