pganalyze / pg_query.rs

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

feature request: support pg_query_scan, pg_query_split, pg_query_split_with_scanner #5

Closed SKalt closed 2 years ago

SKalt commented 2 years ago

All of which are published in pg_query.h.

I've got a viable draft of these functions over at skalt/pg_query_wrapper, and I'd be happy to adapt and PR them to this repo.

seanlinsley commented 2 years ago

@SKalt great, feel free to submit a PR and we'll review it when we're able to