Merge branch 'master' of github.com:torpedro/sql-parser

This commit is contained in:
Pedro 2014-10-27 11:49:09 +01:00
commit bb1ec42022
1 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
sql-parser 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).