Answers for "print value mongodb shell"

0

print value mongodb shell

db.getCollection('CollectionName').find({})
	.map(data => printjson(data))
Posted by: Guest on October-09-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language