BAEL-5372: A Guide to Upsert in MongoDB (#11974)

This commit is contained in:
Kapil Khandelwal
2022-03-25 04:27:57 +05:30
committed by GitHub
parent 2e7d2c2650
commit b541fce0a5
3 changed files with 232 additions and 0 deletions
@@ -0,0 +1,3 @@
{ "companyName":"Nissan", "modelName":"GTR", "launchYear":2016,"type":"Sports", "registeredNo":"EPS 5561" }
{ "companyName":"BMW", "modelName":"X5", "launchYear":2020, "type":"SUV", "registeredNo":"LLS 6899" }
{ "companyName":"Honda", "modelName":"Gold Wing", "launchYear":2018, "type":"Bike", "registeredNo":"LKS 2477"}