I'm using a book to learn MongoDB. It says that in order to create a db in Mongo, I just need to 'use' it.
show dbs
admin 0.000GB
local 0.000GB
When I do, use someDBName
It says switched to db someDBName
But when I do show dbs
I just see admin and local again. I don't see the someDBName database.
It will not show until your database is empty. To have your database shown you can use
create collection
command to insert collection then it will be shown to you by using
show dbs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With