Little Star Blog

路在脚下,心向远方

mongodb简单操作

数据库连接 使用指定账户连接 mongosh --username xxx 库操作 选择具体的库,例如选择test库 use test 集合操作 显示集合 show collections 查询具体的集合信息 db.c_test.find()