Answers for "export mongodb to json tool"

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 mongodb to json tool"

Browse Popular Code Answers by Language