bool
insert (
Mongo.db
 
m
, 
int
 
flags
, 
string
 
ns
, 
Bson.document
 
documents)
Send OP_INSERT with given collection name.
MongoDB doesn't send any reply.
Example:
insert(m, flags, ns, document)
m
Mongo.db value
flags
Int value with MongoDB-defined bits
ns
MongoDB namespace
document
A Bson.document value to store in the DB
returns
a bool indicating whether the message was successfully sent or not.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.