mongodb importar json para database

Solutions on MaxInterview for mongodb importar json para database by the best coders in the world

showing results for - "mongodb importar json para database"
Frieda
23 Oct 2018
1mongoimport --db test --collection user --drop --file ~/downloads/user.json
2