mongodb 4.0 shell命令有哪些
时间: 2023-03-07 22:22:09 浏览: 226
mongodb shell指令
MongoDB 4.0 shell 命令包括:show dbs,show collections,db.collection.find(),db.collection.insert(),db.collection.update(),db.collection.remove(),db.collection.drop(),db.collection.renameCollection(),db.collection.createIndex(),db.collection.getIndexes(),db.collection.dropIndex(),db.collection.reIndex(),db.collection.stats(),db.runCommand(),db.adminCommand(),db.eval(),db.getMongo(),db.getCollection(),db.getCollectionInfos(),db.getCollectionNames(),db.help(),db.printSlaveReplicationInfo(),db.serverStatus()。
阅读全文