Answers for ""export json file with mongodb in cmd""

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 ""export json file with mongodb in cmd""

Browse Popular Code Answers by Language