1. Home
  2. Browse
  3. libpq

libpq

v14.1#0Go 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.1#0

Publication

Supports

!uwp

Homepage

postgresql.org

Subtree

440075a9fc

License

PostgreSQL

Definition

Manifest