运维网's Archiver
论坛
›
Mongodb
› mongoDB C++类对象使用
nosilence
发表于 2015-7-7 12:27:04
mongoDB C++类对象使用
[*]Getting Started with the C++ Driver
[*]SQL to mongo Shell to C++ (重要,必看!)
[*]C++ BSON Helper Functions
[*]C++ BSON Array Examples
建立连接:
try {
mongo::DBClientConnection c;
c.connect("localhost");
std::cout
页:
[1]
查看完整版本:
mongoDB C++类对象使用