tghosgor / postgrespp

postgres++ async C++ driver is a thin libpq wrapper in C++ for PostgreSQL that aims to make libpq easier to use. It has asynchronous behavior and depends on Boost.ASIO for async operations. It makes use of C++11 variadic templates for parameter-ed functions like PQsendQueryParams.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tghosgor/postgrespp Issues