mongodb 的进库操作
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mongodb 的进库操作相关的知识,希望对你有一定的参考价值。
mongo
show dbs
use xxx
show collections
db.xxx.find()
db.users.update({ "xxx" : ObjectId("xxxx")},{$set:{"xxx":true}})
以上是关于mongodb 的进库操作的主要内容,如果未能解决你的问题,请参考以下文章