MongoDB C Driver#

A Cross Platform MongoDB Client Library for C

The MongoDB C Driver, also known as “libmongoc”, is a library for using MongoDB from C applications, and for writing MongoDB drivers in higher-level languages.

It depends on libbson to generate and parse BSON documents, the native data format of MongoDB.

Download#

Latest release: mongo-c-driver-1.26.1

Documentation#

Installation

Tutorial

libmongoc reference

libbson reference

How To Ask For Help#

For help using the driver: MongoDB Community Forums.

To file a bug or feature request: MongoDB Jira Issue Tracker.

Documentation for Older Versions#