Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 338 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 338 Bytes

mongo-cxx-pool

A simple connection pool for mongo's C++ client driver. This is strongly based on the old ScopedDBConnection pool the driver used to provide.

This pool can handle authentication also. Please note that authSource and authMechanism must be specified.

This library requires a C++-11 compatible compiler.