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

mongo-c-driver

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

Publication

Supports

!uwp

GitHub

mongodb/mongo-c-driver819

Homepage

github.com/mongodb/mongo-c-driver

Subtree

0bad1394bd

License

Complex license

Definition

Manifest