MongoDB with C
Build performant applications in MongoDB's Atlas cloud database with the support of MongoDB's C driver.
Get started with the MongoDB 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.
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
View C developer resources
C Resources →
Take the Getting Started with C course
Learn about C and MongoDB →
Join forums and discussions
MongoDB Community →