How do I add this third-party library to my project?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • taopq

    C++ client library for PostgreSQL

    However the library taopq, a client for the PostgreSQL database engine, is a bit confusing to me. It doesn't specify if all I need to do is add the include folder to my project. The installation section of the docs just mentions the Conan package manager, which I don't want to use just for one library. It also seems like I would need to build a C binary for one of taopq's dependencies.

  • cmake-init

    The missing CMake project initializer

    Grab cmake-init, choose Conan as the package manager, add taocpp-taopq/cci.20210727 to the already existing list of dependencies in the generated conanfile.py, then read HACKING on how to configure the project.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • pqpp

    Simple PostgreSQL bindings for modern C++

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts