MongoDB Shell
The MongoDB Shell (mongosh) lets you connect to MongoDB to work with your data and configure your database.
Help us improve the MongoDB Shell by posting your ideas and suggestions for improvements.
To report bugs, please use our MONGOSH JIRA project.
1 result found
-
Add support for db.exists() and collections.exists()
Add a db.exists() and collections.exists() so that it is easy to check whether a database or a collection exists. This will help to reduce the propensity to inadvertently create new dbs and collections when running a script due to typos.
5 votes
- Don't see your idea?