mongo-cxx-driver-r3.1.2

所属分类:其他数据库
开发工具:C/C++
文件大小:1195KB
下载次数:5
上传日期:2017-09-25 08:48:23
上 传 者3222253
说明:  mongodb驱动,可以对mongo数据库进行增删改查,创建和删除数据库和表
(Mongodb driver, you can edit the mongo database, create and delete databases and tables)

文件列表:
mongo-cxx-driver-r3.1.2 (0, 2017-07-13)
mongo-cxx-driver-r3.1.2\.clang-format (237, 2017-07-13)
mongo-cxx-driver-r3.1.2\.evergreen (0, 2017-07-13)
mongo-cxx-driver-r3.1.2\.evergreen\install.sh (1839, 2017-07-13)
mongo-cxx-driver-r3.1.2\.mci.yml (14517, 2017-07-13)
mongo-cxx-driver-r3.1.2\.travis.yml (3098, 2017-07-13)
mongo-cxx-driver-r3.1.2\.ycm_extra_conf.py (5499, 2017-07-13)
mongo-cxx-driver-r3.1.2\CMakeLists.txt (4441, 2017-07-13)
mongo-cxx-driver-r3.1.2\CONTRIBUTING.md (3351, 2017-07-13)
mongo-cxx-driver-r3.1.2\CREDITS.json (2365, 2017-07-13)
mongo-cxx-driver-r3.1.2\Doxyfile (103375, 2017-07-13)
mongo-cxx-driver-r3.1.2\LICENSE (11325, 2017-07-13)
mongo-cxx-driver-r3.1.2\THIRD-PARTY-NOTICES (1524, 2017-07-13)
mongo-cxx-driver-r3.1.2\TODO.md (7, 2017-07-13)
mongo-cxx-driver-r3.1.2\appveyor.yml (1261, 2017-07-13)
mongo-cxx-driver-r3.1.2\build (0, 2017-07-13)
mongo-cxx-driver-r3.1.2\cmake (0, 2017-07-13)
mongo-cxx-driver-r3.1.2\cmake\FindLibBSON.cmake (1764, 2017-07-13)
mongo-cxx-driver-r3.1.2\cmake\FindLibMongoC.cmake (2496, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs (0, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\config.toml (1141, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content (0, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\contributing (0, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\contributing\index.md (3478, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\contributing\legacy-release-guide.md (8469, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\contributing\mongocxx-release-guide.md (9120, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\contributing\testing-legacy.md (4060, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\contributing\testing-mongocxx.md (1673, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\getting-help.md (492, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\index.md (2270, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\legacy-v1 (0, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\legacy-v1\breaking-changes.md (6528, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\legacy-v1\configuration.md (10854, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\legacy-v1\index.md (690, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\legacy-v1\installation.md (20322, 2017-07-13)
mongo-cxx-driver-r3.1.2\docs\content\legacy-v1\tutorial.md (10591, 2017-07-13)
... ...

# MongoDB C++ Driver [![Build Status](https://travis-ci.org/mongodb/mongo-cxx-driver.svg?branch=3.1-dev)](https://travis-ci.org/mongodb/mongo-cxx-driver)[![Windows Build Status](https://ci.appveyor.com/api/projects/status/w95xuowdjpr0img1/branch/3.1-dev?svg=true)](https://ci.appveyor.com/project/markbenvenuto/mongo-cxx-driver) 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 | | ---------------| ------------| ------------------- | ------------------------------------------------------------ | | mongocxx 3.1.x | Unstable | Active development | Unstable C++ driver development, requires C++11 | | mongocxx 3.0.x | Stable | Bug fixes only | Primary stable C++ driver release, requires C++11 | | legacy (all) | Stable | Critical fixes only | Former stable C++ driver release | | 26compat (all) | Deprecated | Critical fixes only | Drop in replacement for users of existing 2.6 era C++ driver | ## MongoDB compatibility The following compatibility table specifies the driver version(s) recommended for different versions of MongoDB. The 3.0.x series is recommended for all new development. | Family/version | MongoDB 2.4 | MongoDB 2.6 | MongoDB 3.0 | MongoDB 3.2 | MongoDB 3.4 | | ---------------| ------------| ------------| ------------| ------------|-------------| | mongocxx 3.1.x | | | | | | | mongocxx 3.0.x | | | | | | | legacy 1.1.x | | | | | | | legacy 1.0.x | | | | | | | 26compat (all) | | | | | | ## 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.

近期下载者

相关文件


收藏者