HyriseSQLParser/README.md

6 lines
185 B
Markdown
Raw Normal View History

2014-10-24 17:37:03 +02:00
SQL Parser (C++)
2014-10-09 01:27:56 +02:00
==========
2014-10-24 17:37:03 +02:00
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).