mirror of
https://github.com/unitehenry/chaotic-api.git
synced 2026-03-22 01:54:30 -05:00
246 B
246 B
To import CSV file to mLab
mongoimport -h <db-url> -d <database> -c <collection> -u <db-user> -p <db-password> --file <csv-file> --type csv --headerline
To connect to mLab to shell
mongo <db-url> -u <db-user> -p <db-password>