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

mongo-c-driver

v1.30.3#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-1.0 CONFIG REQUIRED)

target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:mongo::mongoc_shared>,mongo::mongoc_shared,mongo::mongoc_static>)

Features

Dependencies

See source

Version

v1.30.3#0

Publication

Supports

!uwp

GitHub

mongodb/mongo-c-driver830

Homepage

github.com/mongodb/mongo-c-driver

Subtree

9aa0650e5c

License

Apache-2.0

Definition

Manifest