File: _index.md

package info (click to toggle)
mongo-cxx-driver 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,832 kB
  • sloc: cpp: 61,365; python: 1,436; sh: 356; xml: 253; perl: 215; makefile: 21
file content (20 lines) | stat: -rw-r--r-- 655 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
+++
date = "2016-08-15T16:11:58+05:30"
title = "The Legacy C++ Driver"
[menu.main]
  weight = 0
  parent="legacy"
+++

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

The legacy 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.

Releases of legacy drivers have version numbers like v0.x.y and v1.x.y.

(Note: version numbers like v0.0-26compat-2.x.y refer to a different,
deprecated C++ driver branch.)