Leipzig, Germany
MongoDB: Create database and import multiple collections
Create new database
Start mongodb shell, create a new database by using the use command.
Check the currently selected database and list all collections.
[read on]