MongoDBLink Package

Source code and issues: http://www.github.com/zbjornson/MongoDBLink Documentation: http://zbjornson.github.io/MongoDBLink

ReferenceReference

Databases

DatabaseConnection object representing a connection to a MongoDB server

OpenConnection  ▪  CloseConnection

Database object representing a MongoDB database

DatabaseNames  ▪  GetDatabase  ▪  DropDatabase

Collections

Collection object representing a MongoDB collection

CollectionNames  ▪  GetCollection  ▪  DropCollection

Document Operations

InsertDocument  ▪  UpdateDocument  ▪  DeleteDocument  ▪  CountDocuments

FindDocuments  ▪  FindDistinct

ObjectId object representing a MongoDB ID