mongodb importar json para database

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "mongodb importar json para database"
Frieda
23 Oct 2018
1mongoimport --db test --collection user --drop --file ~/downloads/user.json
2