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

mongo-c-driver

v1.16.1#6Go 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(libmongoc-1.0 CONFIG REQUIRED)
target_include_directories(main PRIVATE ${MONGOC_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${MONGOC_LIBRARIES})
target_compile_definitions(main PRIVATE ${MONGOC_DEFINITIONS})

Features

Dependencies

See source

Version

v1.16.1#6

Publication

Supports

All

GitHub

mongodb/mongo-c-driver843

Homepage

github.com/mongodb/mongo-c-driver

Subtree

cd54580d1f

License

Complex license

Definition

Manifest