MongoCollection.insertOne

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

struct MongoCollection
InsertOneResult
insertOne
(
T
)
(,
InsertOneOptions options = InsertOneOptions.init
)

See Also

Meta