Skip to content

gdey/sqlparser

 
 

Repository files navigation

sqlparser

This is copied directly from https://github.com/youtube/vitess/tree/master/go/vt/sqlparser with just a few modifications to make it work as a standalone repo.

There are, also, modifications to allow it to parse multiple sql statements in a file. As well and an example program sqlfmt that will pretty print sql file provided to it. Or show where the errors in the file are. It will only show the first error.

License

Unless otherwise noted, the vitess source files are distributed under the BSD-style license found in the LICENSE file.

Releases

No releases published

Packages

No packages published

Languages

  • Go 82.0%
  • Yacc 12.2%
  • PLpgSQL 5.8%