MongoDB shell

Shell Helpers JavaScript Equivalents show dbs, show databases db.adminCommand(‘listDatabases’) use db = db.getSiblingDB(’’) show collections db.getCollectionNames() show users db.getUsers() show roles
相关文章
相关标签/搜索