Mongodb v0.1.0
Modules summary
BSON | Functions for encoding and decoding BSON documents |
BSON.Binary | Represents BSON binary type |
BSON.DateTime | Represents BSON DateTime type |
BSON.JavaScript | Represents BSON JavaScript (with and without scope) types |
BSON.ObjectId | Represents BSON ObjectId type |
BSON.Regex | Represents BSON Regex type |
BSON.Timestamp | Represents BSON Timestamp type |
Mongo | The main entry point for doing queries. All functions take a pool to run the query on |
Mongo.Connection | A connection process to a MongoDB server |
Mongo.DeleteResult | The successful result struct of |
Mongo.InsertManyResult | The successful result struct of |
Mongo.InsertOneResult | The successful result struct of |
Mongo.PBKDF2 |
|
Mongo.Pool | Defines a pool of MongoDB connections |
Mongo.Pool.Adapter | The driver supports multiple pooling strategies as long as they implement the following interface |
Mongo.Pool.Poolboy | poolboy implementation of |
Mongo.SaveManyResult | The successful result struct of |
Mongo.SaveOneResult | The successful result struct of |
Mongo.UpdateResult | The successful result struct of |
Exceptions summary
Mongo.Error |