MongoDB with C
Build performant applications in MongoDB's Atlas cloud database with the support of MongoDB's C driver.
Drivers
The MongoDB C Driver consists of two libraries, libbson
and
libmongoc
. The libbson
library supports working with BSON
documents, and the libmongoc
library comprises the driver, which
connects your C application to MongoDB.
For instructions on how to getting started, see the C Driver Documentation →
API Documentation
You can see the complete list of endpoints in the following documents:
libbson
Provides an API to support building, parsing, and converting BSON documents, the native data format of MongoDB.
libmongoc
Provides an API for working with MongoDB databases consistent with other MongoDB language drivers.
More Ways to Learn
Take the Getting Started with C course
Learn about C and MongoDB →
Join forums and discussions
MongoDB Community →