跳到主要内容

公共

2023年06月03日
柏拉文
越努力,越幸运

一、认识


二、语句


2.1 db

db 可以显示当前数据库对象或集合。

test> db
test

2.2 use

use 可以连接到一个指定的数据库或者集合。

test> use admin
switched to db admin
admin> db
admin

2.3 mongosh

mongosh 进入 Mongodb 命令行

mongosh