Y
Hacker News
new
|
ask
|
show
|
jobs
by
qaq
2821 days ago
standalone Query parser would be nice :)
1 comments
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)
link
qaq
2821 days ago
Wow nice thank you for pointing it out!
link
(this uses the actual Postgres parser wrapped into a library)