use hoge_db // DB hoge_db に接続する show dbs // データベース一覧を表示する show collections // hoge_db内のコレクション一覧を表示する db.hoge.find() // hogeコレクションの一覧を表示する
use hoge_db // DB hoge_db に接続する show dbs // データベース一覧を表示する show collections // hoge_db内のコレクション一覧を表示する db.hoge.find() // hogeコレクションの一覧を表示する