The official database access API of postgresql
libpq provides CMake integration:
find_package(PostgreSQL REQUIRED)
target_link_libraries(main PRIVATE PostgreSQL::PostgreSQL)
Build all supported features
Build all client tools and libraries
Build with support for the ICU library
Use lz4
Native Language Support
support for encrypted client connections and random number generation on platforms that do not have "/dev/urandom" (except windows)
Use readline
Use zlib
Use zstd
v18.3#1
!uwp & !emscripten
PostgreSQL
Manifest