1. Home
  2. Browse
  3. libpq

libpq

v15.2#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

v15.2#0

Publication

Supports

!uwp

Homepage

postgresql.org

Subtree

2c3f7b45b4

License

PostgreSQL

Definition

Manifest