Client library written in C for MongoDB.
The package mongo-c-driver is compatible with built-in CMake targets:
find_package(mongo-c-driver CONFIG REQUIRED)
target_include_directories(main PRIVATE ${MONGOC_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${MONGOC_LIBRARIES})
target_compile_definitions(main PRIVATE ${MONGOC_DEFINITIONS})
Enables snappy compressor support
Enable ICU support, necessary to use non-ASCII usernames or passwords
v1.16.1#0
All
Complex license
Control