malikkirchner / connection-pool

A generic connection pool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C/C++ CI

Connection Pool

A generic connection pool for C++.

Build and test

From the repository root run following commands to build and test this library.

# make build directory
mkdir build
cd build
# configure build system
cmake .. -DCMAKE_BUILD_TYPE=Debug|Release|...
# build
cmake --build .
# test
cmake --build . --target test

Usage

Take a look at test/unit_test.cpp for an example.

About

A generic connection pool

License:GNU General Public License v3.0


Languages

Language:C++ 64.1%Language:CMake 35.9%