Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
/ pqpp Public archive

A simple and easy-to-use async C++ PostgreSQL client library.

License

Notifications You must be signed in to change notification settings

ReimuNotMoe/pqpp

Repository files navigation

pqpp

A simple and easy-to-use async C++ PostgreSQL client library.

Features

  • Easy to use
  • No templates and complicated data structures
  • The usage is almost identical with nodejs's pg

Usage

See demo.cpp

Caveats

The project is in alpha & WIP state. It's not recommended to use in production environments.

Build

Dependencies

  • C++17 compatible compiler and runtime
  • libpg
  • OpenSSL
  • boost_system
  • boost_coroutine

Compile

Nearly all my projects use CMake. It's very simple:

mkdir build
cd build
cmake ..
make -j `nproc`

About

A simple and easy-to-use async C++ PostgreSQL client library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published