C library for accessing the PostgreSQL parser outside of the server
The package libpg-query provides C headers and a library for the PostgreSQL parser.
Example CMake usage:
find_package(unofficial-libpg-query CONFIG REQUIRED)
target_link_libraries(your_target PRIVATE unofficial::libpg-query::libpg-query)
v17-6.2.2#0
!android
BSD-3-Clause
Manifest