Update README. trigger travis build and add badge
This commit is contained in:
parent
ea333afa15
commit
eb262d1bde
|
@ -1,5 +1,8 @@
|
||||||
C++ SQL Parser for Hyrise
|
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.
|
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.
|
It is developed for integration in hyrise (https://github.com/hyrise/hyrise), but can be used in other environments as well.
|
||||||
|
|
Loading…
Reference in New Issue