Client library written in C for MongoDB.
Run the following Vcpkg command to install the port.
vcpkg install mongo-c-driver
mongo-c-driver provides CMake targets:
find_package(mongoc CONFIG REQUIRED)
target_link_libraries(main PRIVATE mongoc::mongoc)
Use OpenSSL (even on Windows or Apple systems)
Enables snappy compressor support
Enables zstd compressor support
v2.3.1#2
Aug 21, 2026
!uwp
mongodb/mongo-c-driver881
github.com/mongodb/mongo-c-driver
7f3781e19c
Apache-2.0
Manifest