The official database access API of postgresql
The package libpq provides CMake integration:
find_package(PostgreSQL REQUIRED)
target_link_libraries(main PRIVATE PostgreSQL::PostgreSQL)
Build with Bonjour support (--with-bonjour)
Build all client tools and libraries (dynamic only?)
Build with support for the ICU library (--with-icu)
Use lz4 (else --without-lz4)
Native Language Support (--enable-nls[=LANGUAGES])
support for encrypted client connections and random number generation on platforms that do not have "/dev/urandom" (except windows) (--with-openssl)
build the PL/Python server programming language (dynamic only?) (--with-python)
Use readline (else --without-readline)
build the PL/Tcl procedural language(dynamic only?) (--with-tcl)
Build with libxml (--with-libxml)
Build with libxslt (--with-libxslt)
Use zlib (else --without-zlib)
Use zstd (else --without-zstd)
v15.2#0
!uwp
PostgreSQL
Manifest