Skip to content

vonwenm/sql_parser

 
 

Repository files navigation

##Notice

The backbone of this repo is extracted from youtube/vitess.

Inside youtube/vitess there is a very nicely written sql parser. However as it's not a self-contained application, I created this one. It applies the same LICENSE as youtube/vitess.

##What's More In this REPO

  • Rewrite SQL Queries by self-defined rewriter
  • Able to parse Create Table statements way much better

##Usage

Please check out tests for usage of the parser.

About

SQL Parser implemented in GoLang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.9%
  • Yacc 12.0%
  • Makefile 0.1%