Skip to content

Go SQL parsers for MySQL and Postgres syntax (WIP)

Notifications You must be signed in to change notification settings

morphar/sqlparsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages