PyMongo
Insert
collection.insert_one(<document>)
collection.insert_many([<docuemtn1>, <document2>, ...])
collection.insert(<document>) # DeprecatedLast updated
Was this helpful?
collection.insert_one(<document>)
collection.insert_many([<docuemtn1>, <document2>, ...])
collection.insert(<document>) # DeprecatedLast updated
Was this helpful?
Was this helpful?