Wednesday, September 28, 2016

MongoDB Commads to see the data in collections

go to -> /usr/local/bin
>mongo
>show dbs
>use 
>show collections
>db.sessions.find()
>db.sessions.find().pretty

1 comment: