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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

341 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ SQL Parser

This is a SQL Parser for C++. It parses the given SQL query (SQL99) into C++ objects along with a map of tables accessed and the operations on each table. This parser was derived from Hyrise SQL Parser for use in Envoy mysql proxy.

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%