Update README.md

This commit is contained in:
Pedro 2014-10-24 17:37:03 +02:00
parent 0b9d10f726
commit f2cc8cd9b6
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).