MongoDB Show Database Command Linux
show databases
show dbs
Hungry Herring
show databases
show dbs
show dbs
1 show dbs
2 db // prints the current database
>db.mycol.insert({
_id: ObjectId(7df78ad8902c),
title: 'MongoDB Overview',
description: 'MongoDB is no sql database',
by: 'tutorials point',
url: 'http://www.tutorialspoint.com',
tags: ['mongodb', 'database', 'NoSQL'],
likes: 100
})