I need a way to see the bd
, collections, and MongoDb
documents. Since I usually communicate with mongo using mongoose
.
I would like to know a direct way from the console to access the characteristics of a bd
that you have already created. With characteristics I mean how is structured a certain collection of objects, fields, validators, etc, that make it up as well as their documents.
So far I know that if I write mongo
I get a shell
that allows me to interact with mongodb
, but I lack a little experience with this. Any help is appreciated.