mongo:commands
Table of Contents
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()
mongo/commands.txt · Last modified: 2023/07/04 19:36 by 127.0.0.1