摘要: MongoDB 常用命令: show dbs 显示所有的数据库 use 数据库名 切换到某一个数据中 show collections 显示当前数据库中所有的集合 db.集合名.find() 查询当前数据库中某一个集合下所有的数据 db.集合名.insert({"键": "值", "键": "值" 阅读全文
posted @ 2020-07-26 22:24 朝明 阅读(599) 评论(0) 推荐(0) 编辑