Table of Contents
Show databases
Switch to a database
List tables
Select all from a table
Select all and format json output
Show databases
show dbs
Switch to a database
use umcft
List tables
show collections
Select all from a table
db.STFlowConfig.find()
Select all and format json output
db.STFlowConfig.find().pretty()