A simple and easy-to-use async C++ PostgreSQL client library.
- Easy to use
- No templates and complicated data structures
- The usage is almost identical with nodejs's pg
See demo.cpp
The project is in alpha & WIP state. It's not recommended to use in production environments.
- C++17 compatible compiler and runtime
- libpg
- OpenSSL
- boost_system
- boost_coroutine
Nearly all my projects use CMake. It's very simple:
mkdir build
cd build
cmake ..
make -j `nproc`