NO SQL

Mongo DB

mongosh "mongodb://IP:27017"

show databases

use ‘database-name’

show collections

db.’collection’.stats()

db.’collection’.findOne()

db.’collection’.find().prettyPrint()

db.’collection’.find()