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