Description
C++ applications can connect to MongoDB using the modern official driver interface. Developers install this package when native software needs to query, write, or manage MongoDB data.
It is a driver library, not a database server. Connection strings, credentials, TLS, and query behavior must be handled safely in the application.