We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d215e commit 28ced25Copy full SHA for 28ced25
README.md
@@ -1,4 +1,8 @@
1
mongo-cxx-pool
2
==============
3
4
-A simple connection pool for mongo's C++ client driver
+A simple connection pool for mongo's C++ client driver. This is strongly based on the old ScopedDBConnection pool the driver used to provide.
5
+
6
+This pool can handle authentication also. Please note that `authSource` and `authMechanism` must be specified.
7
8
+This library requires a C++-11 compatible compiler.
0 commit comments