Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 MongoDB shell 中显示当前数据库的命令是什么?
(我在谷歌上没找到)
通过猜测找到它:) 很简单:
db
在 shell 中获取数据库名称的命令是:
> db.getName()
虽然只输入 db 有效,但您会发现这只能以交互方式工作,如果您正在处理脚本,这可能不会给出您想要的结果。
db.current
是一个 CLI 命令,它将显示您当前正在使用的数据库