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-1.0 CONFIG REQUIRED) target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:mongo::mongoc_shared>,mongo::mongoc_shared,mongo::mongoc_static>)
Enable ICU support, necessary to use non-ASCII usernames or passwords
Use OpenSSL (even on Windows or Apple systems)
Enables snappy compressor support
Enables zstd compressor support
v1.25.1#0
Nov 17, 2023
!uwp
mongodb/mongo-c-driver781
github.com/mongodb/mongo-c-driver
939eaca496
Complex license
Manifest