Is there a method to insert multiple documents in one query?

Hi,
Thanks for your answer

I have found the solution in the SDK directly (setMulti, addMulti, etc…).

documents =
“doc::1”:
value : {DOC1}
“doc::2”:
value: {DOC2}

db.addMulti documents, {}, (err, results) ->
db.shutdown()