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

mongo-c-driver

v2.2.4#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

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.2.4#0

Publication

Supports

!uwp

GitHub

mongodb/mongo-c-driver

Homepage

github.com/mongodb/mongo-c-driver

Subtree

1533cb03a0

License

Apache-2.0

Definition

Manifest