Hacker News new | ask | show | jobs
by lfittl 2821 days ago
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)

1 comments

Wow nice thank you for pointing it out!