Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Last active January 2, 2019 10:42
Show Gist options
  • Save pablocattaneo/d36fea93b11184b2b797e1f7c80c9fc7 to your computer and use it in GitHub Desktop.
Save pablocattaneo/d36fea93b11184b2b797e1f7c80c9fc7 to your computer and use it in GitHub Desktop.
How to create a database using MongoDb? #mongoDb #mongoShell
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