MongoCollection.insertMany

Inserts the provided document(s). If a document is missing an identifier, one is generated automatically by vibe.d.

struct MongoCollection
InsertOneResult
insertMany
(
T
)
(,
InsertManyOptions options = InsertManyOptions.init
)

See Also

Meta