diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
insertMany
diamond
database
mongo
operations
Inserts a set of documents.
static if
(
isWeb
)
void
insertMany
(
T
)
(
string
collection
,
T
[]
documents
)
Parameters
collection
string
The mongo db collection.
documents
T
[]
The documents to insert.
Meta
Source
See Implementation
diamond
database
mongo
operations
functions
findMany
findSingle
insertMany
insertSingle
remove
update
Inserts a set of documents.