“How to DROP
Database in MongoDB”? “How many
types to DROP Database”?
In this section, I am going to describes “DROP” or Delete MongoDB Database. Below
version 3.4, does not provide any user interface like SQL Server or “Robomongo” but MongoDB 3.4 solve this problem with help of “Robomongo Management Tool”.
As per my understanding, it is a great achievement
of MongoDB to provide us Robomongo Management Tool.
You can download Robomongo MongoDB interface and install MongoDB &
Robomongo in your machine and start to Create, Rename and DROP MongoDB
database, collections, functions and Users.
3
Ways to “DROP” MongoDB Database:-
1.
“Use” of Robomongo Management Tool.
2.
“Use” Command Line.
3.
“Use” ASP.Net C# Code.
Here you can decide to DROP MongoDb database,
collections and users.
“DROP”
MongoDB Database Using Robomongo Tool:-
You should go (download URL: https://robomongo.org/)
and install user interface. It’s so easy to install and start MongoDB
developments.
“DROP”
MongoDB Database Using Command:-
Create a MongoDB database using command in the
following steps,
1.
“Use” the Database Name.
2.
Execute the command “db.dropDatabase()” database.
3.
Finally, you can verify using the “show dbs” command.
Reference links,
·
http://mongodb.github.io/node-mongodb-native/2.2/quick-start/?_ga=1.260262281.524125354.1481516570
I hope you are
enjoying with this post! Please share with you friends. Thank you!!