libpqxx
C++ connector for PostgreSQL
Libpqxx is a C++ library to enable user programs to communicate with the PostgreSQL database back-end. The database back-end can be local or it may be on another machine, accessed via TCP/IP.
- Versions: 7.7.4
- Website: https://pqxx.org/
- Licenses: Modified BSD
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of libpqxx
as follows:
guix install libpqxx
Or install a particular version:
guix install libpqxx@7.7.4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of libpqxx about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/libpqxx'><img src='https://packages.guix.gnu.org/packages/libpqxx/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/libpqxx)
Example Org:
[[https://packages.guix.gnu.org/packages/libpqxx][https://packages.guix.gnu.org/packages/libpqxx/badges/latest-version.svg]]