pablocattaneo
1/1/2019 - 8:48 PM

How to get all document from a collection in mongodb?

How to get all document from a collection in mongodb? #mongoDb #mongoDbShell

db.collectionName.find()

#Get documents formatting
db.collectionName.find().pretty()