1. Home
  2. Browse
  3. libpq

libpq

v14.4#1Go to latest

The official database access API of postgresql

Install

Run the following Vcpkg command to install the port.

vcpkg install libpq

Usage

The package libpq provides CMake integration:

find_package(PostgreSQL REQUIRED)
target_link_libraries(main PRIVATE PostgreSQL::PostgreSQL)

Features

Dependencies

See source

Version

v14.4#1

Publication

Supports

!uwp

Homepage

postgresql.org

Subtree

6ca56aeb45

License

PostgreSQL

Definition

Manifest