Client shell pour MongoDB. Plus d'informations : https://docs.mongodb.com/manual/reference/program/mongo.
mongo --host {{hôte}} --port {{port}} {{nom_de_la_base_de_données}}
mongo --eval '{{JSON.stringify(db.foo.findOne())}}' {{nom_de_la_base_de_données}}