libpg-query v17-6.2.1
- Created
- Updated
C library for accessing the PostgreSQL parser outside of the server
# Usage
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) # License
# Supported Platforms
!android
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows
# Features
No features defined.
# Dependencies
and 3 transitive dependencies:
- abseil (by protobuf )
- protobuf (by protobuf-c )
- utf8-range (by protobuf )
# Host Dependencies
and 3 transitive dependencies:
- vcpkg-cmake (by abseil )
- vcpkg-cmake-config (by abseil )
- vcpkg-cmake-get-vars (by vcpkg-make )
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Hasan Altan Birler