Answers for "exporting mongodb to json in shell"

0

how to export mongodb database to json

sudo mongoexport --db newdb -c restaurants --out newdbexport.json
Posted by: Guest on August-09-2020

Code answers related to "exporting mongodb to json in shell"

Browse Popular Code Answers by Language