MongoDB6 メソッドの一覧を確認するサンプル

環境
MongoDB 6.0.2

構文
db.help()
メソッドの一覧を確認するには、「db.help()」を使用します。

使用例

> db.help()

  Database Class:

    getMongo                                   Returns the current database connection
    getName                                    Returns the name of the DB
    getCollectionNames                         Returns an array containing the names of all collections in the current database.
    getCollectionInfos                         Returns an array of documents with collection information, i.e. collection name and options, for the current database.
    runCommand                                 Runs an arbitrary command on the database.
    adminCommand                               Runs an arbitrary command against the admin database.

 

IT

Posted by arkgame