About Anaconda Help Download Anaconda

The official C++ client API for PostgreSQL

copied from cf-post-staging / libpqxx

Installers

  • linux-64 v8.0.0
  • osx-64 v8.0.0
  • win-64 v8.0.0
  • linux-aarch64 v8.0.0
  • linux-ppc64le v8.0.0
  • osx-arm64 v8.0.0

conda install

To install this package run one of the following:
conda install conda-forge::libpqxx

Description

libpqxx is a C++ client API for PostgreSQL, the enterprise-strength open-source relational database. (If "PostgreSQL" is too verbose, call it by its shorter name, postgres).

If you are writing software in C++ that needs to access databases managed by postgres —on just about any platform— then libpqxx is the library you use.

The source code for libpqxx is available under the BSD license, so you're free to download it, pass it on to others, change it, sell it, include it in your own code, and share your changes with anyone you choose. No charge, no catch. Also, no guarantees. :-)

Libpqxx is a wrapper around the C client API, called libpq. But for bulk data retrieval it can actually be faster than libpq. It also provides an easier, more "C++-native" API with advanced language features.


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.15) Legal | Privacy Policy