Hacker News new | ask | show | jobs
by qaq 2821 days ago
standalone Query parser would be nice :)
1 comments

In case you're looking for something Postgres syntax compatible, and find cgo acceptable: https://github.com/lfittl/pg_query_go

(this uses the actual Postgres parser wrapped into a library)

Wow nice thank you for pointing it out!