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

mongo-c-driver

v1.16.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(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#0

Publication

Supports

All

GitHub

mongodb/mongo-c-driver843

Homepage

github.com/mongodb/mongo-c-driver

Subtree

26577fd0ad

License

Complex license

Definition

Control