notes/db/nosql/mongo/tools/mongoexport.txt
Ihar Hancharenka f9df4ae6c9 m
2024-09-05 09:47:47 +03:00

8 строки
134 B
Plaintext

samples
mongoexport --uri mongodb://localhost/mydb \
--collection "my_collection" \
--quiet \
--limit 1 \
--out my_file.json