Skip to Content

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

    # Host Dependencies

    # Dependents

    No dependents.

    # Host Dependents

    No dependents.

    # Contributors

    • Hasan Altan Birler's avatar Hasan Altan Birler

    # Changelog

    • 62159a4 [libpg-query] Add new port (#49542)

    # Source