Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

insertMany

// MongoDB mongosh method
db.collection.insertMany(
   [ <document 1> , <document 2>, ... ],
   {
      writeConcern: <document>,
      ordered: <boolean>
   }
)
Source by www.mongodb.com #
 
PREVIOUS NEXT
Tagged: #insertMany
ADD COMMENT
Topic
Name
9+1 =