1. Home
  2. Browse
  3. libpg-query

libpg-query

v18.0.0#0Latest

C library for accessing the PostgreSQL parser outside of the server

Install

Run the following Vcpkg command to install the port.

vcpkg install libpg-query

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)

Dependencies

See source

Version

v18.0.0#0

Publication

Supports

!android

GitHub

pganalyze/libpg_query

Homepage

github.com/pganalyze/libpg_query

Subtree

1908bced22

License

BSD-3-Clause

Definition

Manifest