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

mongo-c-driver

v1.17.6#2Go 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(mongoc-1.0 CONFIG REQUIRED)
target_link_libraries(main PRIVATE mongo::mongoc_shared)

or:

find_package(mongoc-1.0 CONFIG REQUIRED)
target_link_libraries(main PRIVATE mongo::mongoc_static)

Features

Dependencies

See source

Version

v1.17.6#2

Publication

Supports

All

GitHub

mongodb/mongo-c-driver843

Homepage

github.com/mongodb/mongo-c-driver

Subtree

33dc2930b6

License

Complex license

Definition

Manifest