1. Home
  2. Browse
  3. mongo-cxx-driver

mongo-cxx-driver

v3.10.2#1Go to latest

C++ Driver for MongoDB

Install

Run the following Vcpkg command to install the port.

vcpkg install mongo-cxx-driver

Usage

mongo-cxx-driver provides CMake targets:

find_package(bsoncxx CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:mongo::bsoncxx_static>,mongo::bsoncxx_static,mongo::bsoncxx_shared>)
find_package(mongocxx CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:mongo::mongocxx_static>,mongo::mongocxx_static,mongo::mongocxx_shared>)

Features

Dependencies

See source

Version

v3.10.2#1

Publication

Supports

All

GitHub

mongodb/mongo-cxx-driver1.1K

Homepage

github.com/mongodb/mongo-cxx-driver

Subtree

b810d1cdd4

License

Apache-2.0

Definition

Manifest