Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 455 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 455 Bytes

C++ SQL Parser Library

This code has been forked from Hyrise SQL Parser. Files have been moved around and modified to make it easy for inclusion in envoy mysql_proxy. MySQL specific extensions have been added to the SQL parser.

The SQL parser library will be eventually merged into envoy core and used as a generic SQL parser for different database implementations (MySQL, Postgres, etc.).