pganalyze / pg_query_go

Go library to parse and normalize SQL queries using the PostgreSQL query parser
BSD 3-Clause "New" or "Revised" License
663 stars 79 forks source link

Is this project dead? #28

Closed kyleconroy closed 4 years ago

kyleconroy commented 4 years ago

We're coming up on a year since the last commit to this repository. Is there any plan to restart development?

kyleconroy commented 4 years ago

I take it that's a yes 😿

lfittl commented 4 years ago

@kyleconroy Not dead, but development mostly happens on libpg_query (including work to update to Postgres 12 parser, which should be finished soon). Your PRs are certainly welcome, if you have things you would like to see improved on this library specifically.

kyleconroy commented 4 years ago

including work to update to Postgres 12 parser, which should be finished soon

Excellent news! Please let me know if there's anything I can do to help on updating pg_query_go to use the newest version of libpg_query.