Parser used for BeeDB, mainly forked from Hyrise SQL Parser (https://github.com/hyrise/sql-parser).
d48b6c3c77 | ||
---|---|---|
lemon_example | ||
src | ||
.gitignore | ||
README.md |
README.md
SQL Parser (C++)
This is a SQL Parser for C++. It parses the given SQL query into C++ objects. It is developed for integration in hyrise (https://github.com/hyrise/hyrise).