All Projects → mongodb → Mongo Cxx Driver

mongodb / Mongo Cxx Driver

Licence: apache-2.0
C++ Driver for MongoDB

Projects that are alternatives of or similar to Mongo Cxx Driver

Avocado
Strongly-typed MongoDB driver for Rust
Stars: ✭ 70 (-91.16%)
Mutual labels:  bson, mongodb-driver, database, mongodb
Qmgo
Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.
Stars: ✭ 444 (-43.94%)
Mutual labels:  mongodb-driver, database, mongodb, driver
Gocql
Package gocql implements a fast and robust Cassandra client for the Go programming language.
Stars: ✭ 2,182 (+175.51%)
Mutual labels:  database, nosql, driver
Arangodb Php
PHP ODM for ArangoDB
Stars: ✭ 178 (-77.53%)
Mutual labels:  database, nosql, driver
Restheart
RESTHeart - The REST API for MongoDB
Stars: ✭ 659 (-16.79%)
Mutual labels:  database, mongodb, nosql
Nodbi
Document DBI connector for R
Stars: ✭ 56 (-92.93%)
Mutual labels:  database, mongodb, nosql
Databazel
The analytical and reporting solution for MongoDB
Stars: ✭ 118 (-85.1%)
Mutual labels:  database, mongodb, nosql
Arangojs
The official ArangoDB JavaScript driver.
Stars: ✭ 503 (-36.49%)
Mutual labels:  database, nosql, driver
Db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Stars: ✭ 2,832 (+257.58%)
Mutual labels:  database, mongodb, nosql
Objcmongodb
Mac OS and iOS library for MongoDB and BSON
Stars: ✭ 166 (-79.04%)
Mutual labels:  bson, mongodb, driver
Lua Mongo
MongoDB Driver for Lua
Stars: ✭ 81 (-89.77%)
Mutual labels:  bson, mongodb-driver, mongodb
Lungo
A MongoDB compatible embeddable database and toolkit for Go.
Stars: ✭ 343 (-56.69%)
Mutual labels:  bson, database, mongodb
Nodejs Driver
DataStax Node.js Driver for Apache Cassandra
Stars: ✭ 1,074 (+35.61%)
Mutual labels:  database, nosql, driver
Couchdb Net
EF Core-like CouchDB experience for .NET!
Stars: ✭ 50 (-93.69%)
Mutual labels:  database, nosql, driver
Arangodb Java Driver
The official ArangoDB Java driver.
Stars: ✭ 174 (-78.03%)
Mutual labels:  database, nosql, driver
Reactivemongo
🍃 Non-blocking, Reactive MongoDB Driver for Scala
Stars: ✭ 825 (+4.17%)
Mutual labels:  database, mongodb, driver
Mongo
The MongoDB Database
Stars: ✭ 20,883 (+2536.74%)
Mutual labels:  database, mongodb, nosql
Csharp Driver
DataStax C# Driver for Apache Cassandra
Stars: ✭ 477 (-39.77%)
Mutual labels:  database, nosql, driver
Cocorico
👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/en/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply
Stars: ✭ 765 (-3.41%)
Mutual labels:  database, mongodb
Nitrite Java
Java embedded nosql document store
Stars: ✭ 538 (-32.07%)
Mutual labels:  database, nosql

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].