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

mongo-c-driver

v2.3.0#0Latest

Client library written in C for MongoDB.

Install

Run the following Vcpkg command to install the port.

vcpkg install mongo-c-driver

Usage

mongo-c-driver provides CMake targets:

find_package(mongoc CONFIG REQUIRED)

target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:mongo::shared>,mongo::shared,mongo::static>)

Features

Dependencies

See source

Version

v2.3.0#0

Publication

Supports

!uwp

GitHub

mongodb/mongo-c-driver

Homepage

github.com/mongodb/mongo-c-driver

Subtree

923fc62788

License

Apache-2.0

Definition

Manifest