1. Home
  2. Browse
  3. mongo-c-driver

mongo-c-driver

v1.14.0-3-1#0Go to latest

Client library written in C for MongoDB.

Install

Run the following Vcpkg command to install the port.

vcpkg install mongo-c-driver

Usage

The package mongo-c-driver is compatible with built-in CMake targets:

find_package(mongo-c-driver CONFIG REQUIRED)

target_include_directories(${project} PRIVATE ${MONGOC_INCLUDE_DIRS})

For use dynamic library:

target_link_libraries(${project} PRIVATE ${MONGOC_LIBRARIES})

For use static library:

target_link_libraries(${project} PRIVATE ${MONGOC_STATIC_LIBRARY})

Features

Dependencies

See source

Version

v1.14.0-3-1#0

Publication

Supports

All

GitHub

mongodb/mongo-c-driver819

Homepage

github.com/mongodb/mongo-c-driver

Subtree

a3a6530631

License

Complex license

Definition

Control