C++ Driver for MongoDB
Run the following Vcpkg command to install the port.
vcpkg install mongo-cxx-driver
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>)
Enables the Boost C++17 polyfill for bsoncxx.
Warning: This feature changes the ABI.
v3.9.0#0
Nov 17, 2023
All
mongodb/mongo-cxx-driver988
github.com/mongodb/mongo-cxx-driver
939eaca496
Apache-2.0
Manifest