Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
March 26, 2022 06:42 am GMT

All MongoDb Database commands (MongoDb Cheatsheet)

In this post, we will see a comprehensive list of all the MongoDB commands you will ever need as a MongoDB beginner. This list covers almost all the most used commands in MongoDB.

Database Commands

  • View all databases
show dbs
  • Create a new or switch databases
show dbs
  • View current Database
db
  • Delete Database
db.dropDatabase()

These are the basic Database Commands of MongoDb.

clickhere to see MongoDb commands


Original Link: https://dev.to/yaswanthteja/all-mongodb-database-commands-mongodb-cheatsheet-11em

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To