tooolbox / sqlparsers

Go SQL parsers for MySQL and Postgres syntax (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Early stage!..
All original and new tests parses though.

These parsers are just extractions from other projects.

The cheers and applauses for great work done, goes to (in that order):

The MySQL query parser:

The guys at YouTube for creating vitess

Most of the extracted codes origin: /youtube/vitess/tree/master/go/vt/sqlparser

The Postgres query parser:

The guys at CockroachDB took the above code and ran with it.
What they've created is a Postgres compatible parser! T.H.A.N.K. Y.O.U. ! ! !

Most of the extracted codes origin: /cockroachdb/cockroach/tree/master/pkg/sql/parser

About

Go SQL parsers for MySQL and Postgres syntax (WIP)


Languages

Language:Go 89.4%Language:Yacc 10.1%Language:Shell 0.2%Language:Makefile 0.1%Language:Awk 0.1%