{"id":13418420,"url":"https://github.com/mongodb/mongo-cxx-driver","last_synced_at":"2025-11-11T20:57:24.845Z","repository":{"id":13198104,"uuid":"15881868","full_name":"mongodb/mongo-cxx-driver","owner":"mongodb","description":"C++ Driver for MongoDB","archived":false,"fork":false,"pushed_at":"2025-04-17T20:05:50.000Z","size":94735,"stargazers_count":1065,"open_issues_count":2,"forks_count":543,"subscribers_count":139,"default_branch":"master","last_synced_at":"2025-04-18T09:53:05.079Z","etag":null,"topics":["bson","bson-library","c-plus-plus","c-plus-plus-11","c-plus-plus-14","c-plus-plus-17","cpp","cxx","database","database-driver","driver","mongo","mongo-cdriver","mongodb","mongodb-driver","networking","nosql"],"latest_commit_sha":null,"homepage":"https://www.mongodb.com/docs/drivers/cxx/","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mongodb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-01-13T21:08:36.000Z","updated_at":"2025-04-17T20:05:54.000Z","dependencies_parsed_at":"2023-10-23T20:29:02.644Z","dependency_job_id":"938a30e9-766f-4371-ab1e-280e84de29d3","html_url":"https://github.com/mongodb/mongo-cxx-driver","commit_stats":{"total_commits":1786,"total_committers":105,"mean_commits":17.00952380952381,"dds":0.8919372900335947,"last_synced_commit":"591e46d4d6681c44d70c31aa10af7311864ad3eb"},"previous_names":[],"tags_count":107,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fmongo-cxx-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fmongo-cxx-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fmongo-cxx-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fmongo-cxx-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb","download_url":"https://codeload.github.com/mongodb/mongo-cxx-driver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251564457,"owners_count":21609902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bson","bson-library","c-plus-plus","c-plus-plus-11","c-plus-plus-14","c-plus-plus-17","cpp","cxx","database","database-driver","driver","mongo","mongo-cdriver","mongodb","mongodb-driver","networking","nosql"],"created_at":"2024-07-30T22:01:02.114Z","updated_at":"2025-11-11T20:57:24.838Z","avatar_url":"https://github.com/mongodb.png","language":"C++","funding_links":[],"categories":["TODO scan for Android support in followings","Database","C++","Libraries"],"sub_categories":["Database","C++"],"readme":"# MongoDB C++ Driver \n[![codecov](https://codecov.io/gh/mongodb/mongo-cxx-driver/branch/master/graph/badge.svg)](https://codecov.io/gh/mongodb/mongo-cxx-driver)\n[![Documentation](https://img.shields.io/badge/docs-doxygen-blue.svg)](https://mongocxx.org/api/mongocxx-v3/)\n[![Documentation](https://img.shields.io/badge/docs-mongocxx-green.svg)](https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/mongodb/mongo-cxx-driver/blob/master/LICENSE)\n\nWelcome to the MongoDB C++ Driver!\n\n## Latest Stable Release\n\nThe `releases/stable` branch indicates the latest stable release.\nThis branch corresponds to the driver version which we currently recommend for use in production.\nBy default, new users should clone or download the driver version which is currently indicated by this branch.\n\n```bash\n# Use the latest stable release which is currently recommended for use.\ngit clone -b releases/stable https://github.com/mongodb/mongo-cxx-driver.git\n```\n\n\u003e [!NOTE]\n\u003e This branch is regularly _force-pushed_ to refer to the latest stable release.\n\n## Driver Development Status\n\n\u003e [!IMPORTANT]\n\u003e Relevant bug fixes will be backported from the current major version to the previous major version for a period of one year after the new major version is released.\n\n| Version     | ABI Stability   | Development Stability       | Development Status |\n| :---------: | :-------------: | :-------------------------: | :----------------: |\n| master      | N/A             | _Do not use in production!_ | Active             |\n| 4.1.4       | None            | Ready for Use               | Bug Fixes Only     |\n| 4.1.3       | None            | Ready for Use               | Not Supported      |\n| ...         | ...             | ...                         | ...                |\n| 4.0.0       | None            | Ready for Use               | Not Supported      |\n| 3.11.1      | None            | Ready for Use               | Bug Fixes Only     |\n| 3.11.0      | None            | Ready for Use               | Not Supported      |\n| ...         | ...             | ...                         | ...                |\n| 3.0.0       | None            | Ready for Use               | Not Supported      |\n\nThis project uses [Semantic Versioning](https://semver.org/).\n\n## MongoDB Server Compatibility\n\nMongoDB server version compatibility per driver version is documented in the [MongoDB Manual](https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/compatibility/).\n\n## Bugs and Issues\n\nSee our [JIRA project](https://jira.mongodb.com/browse/CXX).\n\n## Resources\n\n* [MongoDB C++ Driver Installation](https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/installation/)\n* [MongoDB C++ Driver Quickstart](https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/tutorial/)\n* [MongoDB CXX Driver Examples](https://github.com/mongodb/mongo-cxx-driver/tree/master/examples)\n* [MongoDB C++ Driver Manual](https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/)\n* [MongoDB C++ Driver Documentation](https://www.mongodb.com/docs/drivers/cxx/)\n* [MongoDB C++ Driver API Documentation](https://mongocxx.org/api/current/)\n* [MongoDB C++ Driver Contribution guidelines](https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/contributing/)\n* [MongoDB Database Manual](https://www.mongodb.com/docs/manual/)\n* [MongoDB Developer Center](https://www.mongodb.com/developer/languages/cpp/)\n* [StackOverflow](https://stackoverflow.com/questions/tagged/mongodb%20c%2b%2b)\n\n## License\n\nThe source files in this repository are made available under the terms of\nthe Apache License, version 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodb%2Fmongo-cxx-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmongodb%2Fmongo-cxx-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodb%2Fmongo-cxx-driver/lists"}