libpq C Client Library

libpq is the official C application programmer's interface to PostgreSQL and the underlying library used by most other PostgreSQL client interfaces. It provides connection management, query execution, prepared statements, COPY support, asynchronous operations, and SSL/TLS.

API entry from apis.yml

apis.yml Raw ↑
aid: postgres:libpq
name: libpq C Client Library
description: libpq is the official C application programmer's interface to PostgreSQL and the underlying
  library used by most other PostgreSQL client interfaces. It provides connection management, query execution,
  prepared statements, COPY support, asynchronous operations, and SSL/TLS.
humanURL: https://www.postgresql.org/docs/current/libpq.html
baseURL: postgresql://hostname:5432
tags:
- Database
- C Library
- Client Library
- libpq
properties:
- type: Documentation
  url: https://www.postgresql.org/docs/current/libpq.html