MongoDB C Driver - API#

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.

This site documents the API. For tutorials, guides, and explainers, see MongoDB C Driver.

Download#

Latest release: mongo-c-driver-1.27.4

Documentation#

For tutorials, guides, and explainers, see MongoDB C Driver.

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#