Module vibe.db.mongo.connection
Functions
Function name | Description |
---|---|
parseMongoDBUrl | Parses the given string as a mongodb URL. Url must be in the form documented at http://www.mongodb.org/display/DOCS/Connections which is: |
Classes
Class name | Description |
---|---|
MongoClientSettings | |
MongoConnection | Provides low-level mongodb protocol access. |
MongoHost | |
Reply |
Enums
Enum name | Description |
---|---|
DeleteFlags | |
InsertFlags | |
QueryFlags | |
ReplyFlags | |
UpdateFlags |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.