1. Home
  2. Browse
  3. libpq

libpq

v16.9#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.9#0

Publication

Supports

!uwp

Homepage

postgresql.org

Subtree

a9eee3b18d

License

PostgreSQL

Definition

Manifest