mongoDb c driver

简介: 1,yum dependencies Centos,RHEL Fedora: $ sudo yum install git gcc automake autoconf libtool Debian: $ sudo apt-get install git gcc automake auto...

1,yum dependencies

Centos,RHEL Fedora:

$ sudo yum install git gcc automake autoconf libtool

Debian:

$ sudo apt-get install git gcc automake autoconf libtool

FreeBSD:

$ su -c 'pkg install git gcc automake autoconf libtool'

2,Fetch Sources and Build

git clone https://github.com/mongodb/mongo-c-driver.git
cd mongo-c-driver
./autogen.sh
make
sudo make install

参考
http://api.mongodb.org/c/current/tutorial.html#c-api
https://github.com/mongodb/mongo-c-driver

目录
相关文章
|
人工智能 NoSQL Go
Go MongoDB Driver 实例
Go MongoDB Driver 实例
201 1
|
人工智能 JSON NoSQL
Go MongoDB Driver 中的 A D M E 类型是什么
Go MongoDB Driver 中的 A D M E 类型是什么
263 1
|
存储 JSON NoSQL
MongoDB Go Driver使用帮助文档
正式的MongoDB Go Driver近来变成1.0的GA版本。它现在被认为是一个完整的特性, 并且准备好在正式产品中使用。这篇使用说明书将帮助你开始使用 MongoDB Go Driver。你将会创建一个简单的程序并且学到如何: 安装MongoDB Go Driver 使用Go Driver来连接MongoDB 在Go内使用BSON对象 给MongoDB发送CRUD操作 你可以在github代码仓库看到这篇帮助文档的完整代码。为了可以按步骤进行, 你需要一个MongoDB数据库来连接, 你可以使用一个运行在本地的MongoDB数据库, 或者很容易地使用MongoDB Atlas来创建一个
843 0
|
JSON NoSQL 数据库
MongoDB Driver 简单的CURD
c#中我们可以使用MongoDB.Driver驱动进行对MongoDB数据库的增删改查.  首先需要在NuGet中安装驱动 安装完毕后会发现会有三个引用 其中 MongoDB.Driver和MongoDB.
1553 0
|
Java Linux API
MongoDb C/java driver
1,在linux下安装客户端连接windows下 的MongoDBServer. 2,远程连接 ABI(Application Binary Interface)/API(Program);
839 0
|
NoSQL API
MongoDB C driver API continues
开篇前 mongoc_init() Synopsis void mongoc_init (void); Description This function should be called...
945 0
|
NoSQL MongoDB
MongoDB Advanced Driver驱动
1,MongoDB C driver Logging Abstraction
759 0
|
NoSQL Java MongoDB
java MongoDB driver error infos
DataTables warning: table id=dateTable - Ajax error. For more information about this error, please see http://datatables.
696 0

推荐镜像

更多