Wednesday, May 9, 2012

Mongodb querying commnad line

>show dbs
admin
local
test
>use test
>show collections
users
things
>db.things.find() 
 sudo mongod --dbpath=/../

No comments:

Post a Comment