Skip to content

rshriram/sql-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

344 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

 
 
 

Contributors

Languages

  • C++ 84.9%
  • Yacc 6.4%
  • C 1.9%
  • JavaScript 1.8%
  • Python 1.3%
  • Makefile 1.2%
  • Other 2.5%