diff --git a/README.md b/README.md index 0dcfb96..528ab10 100644 --- a/README.md +++ b/README.md @@ -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).