Answers for "show the database in mongodb"

9

mongodb show database command linux

show databases
show dbs
Posted by: Guest on May-29-2020
0

view mongodb 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
})
Posted by: Guest on March-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language