-
Notifications
You must be signed in to change notification settings - Fork 544
Home
Adam Midvidy edited this page Feb 12, 2015
·
42 revisions
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.
- Download and Compile the Legacy Driver
- Configuring the driver: - Configuring the legacy driver (0.9+) - [Configuring the legacy-26compat driver](Configuring the 26Compat Driver)
- Getting Started with the legacy C++ Driver
- [Legacy BSON Helper Functions](BSON Helper Functions)
- [Breaking changes between 26compat and legacy](Breaking changes between 26compat and legacy)
- Legacy API Documentation
- [SQL to Mongo Shell to C++](SQL to Shell to CPP)