pganalyze / pg_query.rs

Rust library to parse, deparse and normalize SQL queries using the PostgreSQL query parser
MIT License
126 stars 12 forks source link

Windows support #39

Closed lfittl closed 8 months ago

lfittl commented 8 months ago

Note that this also removes our use of the Makefile in build.rs, and instead uses the cc crate to build libpg_query directly. This matches what we do in other libraries (pg_query in Ruby, pg_query_go).

Depends on https://github.com/pganalyze/libpg_query/pull/233

Fixes #34