mongo-c-driver v1.30.0
- Created
- Updated
Client library written in C for MongoDB.
# Usage
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>)
# License
Unspecified
# Supported Platforms
!uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No default features set.
# openssl
Use OpenSSL (even on Windows or Apple systems)
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by openssl )
- vcpkg-cmake-config (by openssl )
- vcpkg-cmake-get-vars (by openssl )
# snappy
Enables snappy compressor support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by snappy )
- vcpkg-cmake-config (by snappy )
# zstd
Enables zstd compressor support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by zstd )
- vcpkg-cmake-config (by zstd )
# Dependencies
- libbson
mongo-c-driver
Platforms:
!windows & !osx & !ios
Features:openssl
- utf8proc
- zlib
and one transitive dependency:
- openssl (by mongo-c-driver )
# Host Dependencies
and one transitive dependency:
- vcpkg-cmake-get-vars (by openssl )
# Dependents
# Host Dependents
No dependents.
# Contributors
flysha
Alexander Karatarakis
sdcb
Robert Schumacher
Daniel Shaw
ivysnow
inv2004
piloopin
Victor Romero
Phoebe
pravic
Stefano Sinigardi
wangli28
Alexander Neumann
Jack·Boos·Yu
Lily
Markus87
ras0219
Francisco Facioni
Johannes Schönberger
Billy O'Neal
bucurb
autoantwort
Kai Pastor
双草酸酯
jim wang
JonLiu1993
Lily Wang
MonicaLiu
WangWeiLin-MV
Frank
Cheney Wang
# Changelog
and 60 more commits:
04eb62a
[mongo-c-driver] update to 1.9.27f3e5e3
[mongo-c-driver] update to 1.9.026516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)957cb21
change qualifier bracket to parens0074703
[libbson] [mongo-c-driver] [mongo-cxx-driver] Update to latest (1.6.2/1.6.2/3.1.1)0163b19
[mongo-c-driver] Fix UWP builds. Deploy THIRD_PARTY_NOTICES.6e44495
[vcpkg-configure-cmake] Centralize application of CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIPaa964e8
set BSON_INCLUDE_DIR is not necessary.6947f0a
[mongo-c-driver] fix static build8bcf57f
[libbson, mongo-c-driver] bump version to 1.5.1bcab7f3
[mongo/libbson] Tabs to spacesea3113a
[mongo-x-driver] upgrade to 1.51/3.109144d1f
[mongo-c-driver] Remove useless 0001_cmake.patch6fc5aea
[mongo-c-driver] openssl is optional dependency.b63d35b
[mongo-c-driver] Upgrade to 1.5.0-rc6 Enable building static library. Exclude test and examples.cadee66
If portfile is not static-enabled yet, warn and then build dynamic The opposite if portfile is not dynamic enabled1808d46
triplet is now automatically included before portfiles.52e40e6
[mongo-driver] Mark as not static ready0c28785
Improve mongo client port.113945a
Add libbson, mongo-c-driver, mongo-cxx-driver