How to Create and Drop a Database in MongoDB
Introduction If you are new to MongoDB, then you are probably going to start with a new database. Interesting fact: MongoDB doesn’t have a command to create a database. It’s “auto-magically” created the first time a value is saved into a collection. This article will show you how to create both a database and a … Continued
