MongoDB
데이터베이스 정보 얻기
수색…
모든 데이터베이스 나열
show dbs
또는
db.adminCommand('listDatabases')
또는
db.getMongo().getDBNames()
데이터베이스의 모든 콜렉션 나열
show collections
또는
show tables
또는
db.getCollectionNames()
Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow