Docs Menu

Docs HomeDevelop ApplicationsMongoDB Manual

Insert Methods

MongoDB provides the following methods for inserting documents into a collection:

Inserts a single document into a
collection.
Inserts multiple documents into a collection.

The following methods can also add new documents to a collection:

See the individual reference pages for the methods for more information and examples.

←  Insert DocumentsQuery Documents →