Tuesday, September 27, 2016

MongoDB Commads to see the data in collections

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

No comments:

Post a Comment