Skip to content

SQL Parser for C++. Building C++ object structure from SQL statements.

License

Notifications You must be signed in to change notification settings

envoyproxy/sql-parser

 
 

Repository files navigation

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.).

About

SQL Parser for C++. Building C++ object structure from SQL statements.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.9%
  • Yacc 6.2%
  • C 3.3%
  • JavaScript 1.8%
  • Python 1.2%
  • Makefile 1.2%
  • Other 2.4%