Interactive MongoDB Shell for querying and managing MongoDB databases
MongoDB Shell to connect, configure, query, and work with your MongoDB database
mongosh$ mongosh$ mongosh 'mongodb+srv://username:password@cluster.mongodb.net/dbname'$ mongosh --eval "db.users.find({age: {\$gt: 25}})"