Skip to content

Commit 28ced25

Browse files
committed
Improve readme a bit
1 parent 44d215e commit 28ced25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
mongo-cxx-pool
22
==============
33

4-
A simple connection pool for mongo's C++ client driver
4+
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

Comments
 (0)