{"id":28749694,"url":"https://github.com/psigen/mongo-cxx-driver-legacy-release","last_synced_at":"2025-10-05T19:08:23.069Z","repository":{"id":151961300,"uuid":"41773041","full_name":"psigen/mongo-cxx-driver-legacy-release","owner":"psigen","description":"GBP repository for 'legacy' MongoDB C++ driver","archived":false,"fork":false,"pushed_at":"2015-09-02T14:43:28.000Z","size":2008,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-04-08T04:47:46.180Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psigen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-02T01:42:40.000Z","updated_at":"2023-04-08T04:59:20.882Z","dependencies_parsed_at":"2023-04-08T04:59:20.682Z","dependency_job_id":null,"html_url":"https://github.com/psigen/mongo-cxx-driver-legacy-release","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/psigen/mongo-cxx-driver-legacy-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psigen%2Fmongo-cxx-driver-legacy-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psigen%2Fmongo-cxx-driver-legacy-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psigen%2Fmongo-cxx-driver-legacy-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psigen%2Fmongo-cxx-driver-legacy-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psigen","download_url":"https://codeload.github.com/psigen/mongo-cxx-driver-legacy-release/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psigen%2Fmongo-cxx-driver-legacy-release/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260236350,"owners_count":22979405,"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":[],"created_at":"2025-06-16T20:44:08.658Z","updated_at":"2025-10-05T19:08:18.016Z","avatar_url":"https://github.com/psigen.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MongoDB C++ Driver [![Build Status](https://travis-ci.org/mongodb/mongo-cxx-driver.svg?branch=legacy)](https://travis-ci.org/mongodb/mongo-cxx-driver)\r\nWelcome to the MongoDB C++ Driver!\r\n\r\nPlease see our [wiki page](https://github.com/mongodb/mongo-cxx-driver/wiki/Download%20and%20Compile) for information about building, testing, and using the driver.\r\n\r\n  Version [1.0.5](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.5) of the\r\n  C++ legacy driver has been released. Please report any bugs or issues in the C++\r\n  [JIRA project](http://jira.mongodb.org/browse/CXX).\r\n\r\nUse the legacy branch if:\r\n\r\n - You are using MongoDB's C++ driver for the first time.\r\n - You had been using 26compat (or the driver inside of the server source) and want to benefit from incremental improvements while having the same overall API.\r\n\r\nUse the 26compat branch only if:\r\n\r\n - You have existing code that used the driver from the 2.6 or earlier server source and want it to continue working without modification.\r\n\r\n\u003e **Note:** As of MongoDB 2.6.0-rc1, it is no longer possible to build the driver from the server sources: this repository is the only approved source for C++ driver builds.\r\n\r\n## Repository Overview\r\n\r\n| Branch   | Stability   | Development       | Purpose                                                      |\r\n| -------- | ------------| ----------------- | -----------------------------------------------------        |\r\n| master   | Alpha       | In progress       | New C++11 driver                                             |\r\n| legacy   | Stable      | Stable Evolution  | Primary stable C++ driver release                            |\r\n| 26compat | Stable      | Maintenance Only  | Drop in replacement for users of existing 2.6 era C++ driver |\r\n\r\nPlease note that stable branches are only production quality at stable release tags. Other\r\ncommits or pre-release tags on a stable branch represent ongoing development work towards the\r\nnext stable release, and therefore may be unstable.\r\n\r\n\u003e **WARNING:** The master branch contains development work on a new driver with a completely\r\n\u003e new API and implementation. It is a work in progress and currently should not be used.\r\n\r\n## Components\r\n\r\n  - `libmongoclient.[so|dylib|dll]` - The shared mongoclient library (but see notes)\r\n  - `libmongoclient.a` - The static mongoclient library\r\n\r\n## Building and Usage\r\n\r\n - [Download and Compile](https://github.com/mongodb/mongo-cxx-driver/wiki/Download%20and%20Compile)\r\n - [Tutorial](https://github.com/mongodb/mongo-cxx-driver/wiki/Tutorial)\r\n\r\n## Bugs and Issues\r\n\r\n  See http://jira.mongodb.org/browse/CXX\r\n\r\n## Notes\r\n\r\n  Use of the shared library is experimental on windows and is currently\r\n  discouraged. This is primarily due to the complexity of ensuring a matching\r\n  implementation of STL types between library and consumer code. This problem\r\n  is unique to windows, as the consistent use of system libraries largely\r\n  mitigates this danger.\r\n\r\n## Documentation\r\n\r\n  http://docs.mongodb.org/ecosystem/drivers/cpp/\r\n\r\n## Mailing Lists and IRC\r\n\r\n  http://dochub.mongodb.org/core/community\r\n\r\n## License\r\n\r\n  The source files in this repository are made available under the terms of the\r\n  Apache License, version 2.0.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsigen%2Fmongo-cxx-driver-legacy-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsigen%2Fmongo-cxx-driver-legacy-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsigen%2Fmongo-cxx-driver-legacy-release/lists"}