Last active
January 2, 2019 10:42
-
-
Save pablocattaneo/d36fea93b11184b2b797e1f7c80c9fc7 to your computer and use it in GitHub Desktop.
How to create a database using MongoDb? #mongoDb #mongoShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use dabase_name | |
// Note: If you try to see all database using show dbs you will notice that the database create it won't be list. That is because databese only will show once it have a collection with at least one document. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment