Skip to content
Samantha Ritter edited this page Oct 28, 2015 · 42 revisions

(New) Driver Documentation

Note: the new driver, which is still in development, can be found in the master branch.

Maintainer Notes

Legacy Driver Documentation

The legacy C++ driver builds on x86 and x86-64 architectures for Linux, Mac OS X, Windows, FreeBSD and Solaris.

The Legacy MongoDB C++ driver library includes a bson package that implements the BSON specification (see http://www.bsonspec.org). This library can be used standalone for object serialization and deserialization even when one is not using MongoDB at all.

Getting Started

Testing

Documentation