Update README. trigger travis build and add badge

This commit is contained in:
Pedro Flemming 2016-05-24 15:34:42 +02:00
parent ea333afa15
commit eb262d1bde
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
C++ SQL Parser for Hyrise
=========================
[![GitHub release](https://img.shields.io/github/release/hyrise/sql-parser.svg?maxAge=2592000)]()
[![Build Status](https://img.shields.io/travis/hyrise/sql-parser.svg?maxAge=2592000)](https://travis-ci.org/hyrise/sql-parser)
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), but can be used in other environments as well.