From f2cc8cd9b63387e45770e76b1e81b6e43539cdfb Mon Sep 17 00:00:00 2001 From: Pedro Date: Fri, 24 Oct 2014 17:37:03 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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).