About 23,600 results
Open links in new tab
  1. Database Commands - Database Manual - MongoDB Docs

    All command documentation outlined below describes a command and its available parameters and provides a document template or prototype for each command. Some command …

  2. Run Commands - mongosh - MongoDB Docs

    Use run commands in the MongoDB Shell to create or switch databases, terminate a query, or clear the console.

  3. Use Database Commands - Database Manual - MongoDB Docs

    The MongoDB command interface provides access to all non CRUD database operations. Fetching server statistics, initializing a replica set, and running an aggregation pipeline or map …

  4. Welcome to MongoDB Shell (mongosh) - mongosh - MongoDB …

    Use the MongoDB Shell to test queries and interact with the data in your MongoDB database.

  5. Command Line Tools - MongoDB

    MongoDB provides an exhaustive set of tools for managing various MongoDB deployments in a more efficient way through the command line interface. MongoDB follows a three-step process …

  6. mongod - Database Manual - MongoDB Docs

    Explore the command-line options for mongod, MongoDB's primary daemon process, which handles data, manages data access, and performs background management operations.

  7. Administration Commands - Database Manual - MongoDB Docs

    Explore various MongoDB administration commands, including options for managing collections, databases, and configurations.

  8. Quick Reference Cards - MongoDB

    The go-to resource for anyone building with MongoDB, these reference cards let you quickly find MongoDB commands, query filters, and aggregation stages in one handy guide.

  9. db.runCommand () (mongosh method) - MongoDB Docs

    Execute database commands using `db.runCommand ()` for a consistent interface across shell and drivers, with options for read preferences and compatibility across MongoDB environments.

  10. Write Scripts - mongosh - MongoDB Docs

    Write scripts for the MongoDB Shell that modify data in MongoDB or perform administrative operations.