1. Home
  2. Browse
  3. libpq

libpq

v16.4#0Latest

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

v16.4#0

Publication

Supports

!uwp

Homepage

postgresql.org

Subtree

d4738ebc46

License

PostgreSQL

Definition

Manifest