Skip to content

cnsuhao/mongo-cxx-driver

 
 

Repository files navigation

MongoDB C++ Driver Build StatusWindows Build Status

Welcome to the MongoDB C++ Driver!

This branch contains mongocxx, the new C++11 driver, and is the recommended branch for all users.

Resources

Driver status by family and version

Stability indicates whether this driver is recommended for production use. Currently, no drivers guarantee API or ABI stability.

Family/version Stability Development Purpose
mongocxx 3.1.x Unstable Active development Unstable C++ driver development, requires C++11
mongocxx 3.0.x Stable Bug fixes only Primary stable C++ driver release, requires C++11
legacy (all) Stable Critical fixes only Former stable C++ driver release
26compat (all) Deprecated Critical fixes only Drop in replacement for users of existing 2.6 era C++ driver

MongoDB compatibility

The following compatibility table specifies the driver version(s) recommended for different versions of MongoDB. The 3.0.x series is recommended for all new development.

Family/version MongoDB 2.4 MongoDB 2.6 MongoDB 3.0 MongoDB 3.2
mongocxx 3.0.x
legacy 1.1.x
legacy 1.0.x
26compat (all)

Bugs and issues

See our JIRA project.

License

The source files in this repository are made available under the terms of the Apache License, version 2.0.

About

C++ Driver for MongoDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.4%
  • Python 3.3%
  • CMake 3.2%
  • Other 1.1%