在 MongoDB 中,可以通过使用 db 命令来查看当前所在的数据库。在 MongoDB 中,db 是一个全局对象,可以用来表示当前所在的数据库。可以在 MongoDB 的 shell 中使用 db 命令来查看当前所在的数据库,如下所示:
db
> db
执行上面的命令后,MongoDB 会返回当前所在的数据库名称。