Popularity
6.5
Declining
Activity
9.0
-
1,000
138
527

Code Quality Rank: L1
Programming language: C++
License: Apache License 2.0
Tags: Database    
Latest version: v6.2

MongoDB C++ Driver alternatives and similar libraries

Based on the "Database" category.
Alternatively, view MongoDB C++ Driver alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of MongoDB C++ Driver or a related project?

Add another 'Database' Library

README

MongoDB C++ Driver

Travis Build Status Evergreen Build Status codecov Documentation Documentation License

Welcome to the MongoDB C++ Driver!

Branches - releases/stable versus master

The default checkout branch of this repository is releases/stable. This will always contain the latest stable release of the driver. The master branch is used for active development. master should only be used when making contributions back to the driver, as it is not stable for use in production.

See Driver Status by family and version for more details about the various versions of the driver.

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
(repo master branch) Unstable Active development New feature development
mongocxx 3.6.x Stable Bug fixes only Current stable C++ driver release
mongocxx 3.5.x Stable None Previous stable C++ driver release
mongocxx 3.4.x Stable None Previous stable C++ driver release
mongocxx 3.3.x Stable None Previous stable C++ driver release
mongocxx 3.2.x Stable None Previous stable C++ driver release
mongocxx 3.1.x Stable None Previous stable C++ driver release
mongocxx 3.0.x Stable None Previous stable C++ driver release

MongoDB compatibility

Compatibility of each C++ driver version with each MongoDB server is documented in the MongoDB manual.

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.


*Note that all licence references and agreements mentioned in the MongoDB C++ Driver README section above are relevant to that project's source code only.