show dbs
use <database>
show collections
config.set("displayBatchSize", 3) // limit the number of items returned by a cursor
db.<collection>.find()
1 min read
show dbs
use <database>
show collections
config.set("displayBatchSize", 3) // limit the number of items returned by a cursor
db.<collection>.find()