# mongo-cxx-driver **Repository Path**: DRZHAO/mongo-cxx-driver ## Basic Information - **Project Name**: mongo-cxx-driver - **Description**: No description available - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-05 - **Last Updated**: 2022-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MongoDB C++ Driver [![Travis Build Status](https://travis-ci.org/mongodb/mongo-cxx-driver.svg?branch=master)](https://travis-ci.org/mongodb/mongo-cxx-driver) [![Evergreen Build Status](https://img.shields.io/badge/build-evergreen-brightgreen)](https://evergreen.mongodb.com/waterfall/cxx-driver) [![codecov](https://codecov.io/gh/mongodb/mongo-cxx-driver/branch/master/graph/badge.svg)](https://codecov.io/gh/mongodb/mongo-cxx-driver) [![Documentation](https://img.shields.io/badge/docs-doxygen-blue.svg)](http://mongocxx.org/api/mongocxx-v3/) [![Documentation](https://img.shields.io/badge/docs-mongocxx-green.svg)](http://mongocxx.org/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/mongodb/mongo-cxx-driver/blob/master/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](#driver-status-by-family-and-version) for more details about the various versions of the driver. ## Resources * [MongoDB C++ Driver Quickstart](https://mongodb.github.io/mongo-cxx-driver/mongocxx-v3/tutorial/) * [MongoDB C++ Driver Manual](https://mongodb.github.io/mongo-cxx-driver/) * [MongoDB C++ Driver API Documentation](https://mongodb.github.io/mongo-cxx-driver/api/mongocxx-v3) * [MongoDB C++ Driver Contribution guidelines](https://mongodb.github.io/mongo-cxx-driver/contributing/) * [MongoDB Database Manual](http://docs.mongodb.com/manual/) ## 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](https://docs.mongodb.com/drivers/cxx#mongodb-compatibility). ## Bugs and issues See our [JIRA project](http://jira.mongodb.org/browse/CXX). ## License The source files in this repository are made available under the terms of the Apache License, version 2.0.