summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-07-13 20:32:56 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-13 20:32:56 +0300
commitc1ee1ce4f2de7100c19127d2a96a02b4a7ef133a (patch)
tree922b70611d28fe276036e3a14321992150e63885
parentaa865c9c941940a6c1eefb22d1d28b97809dd336 (diff)
downloadsql-parser-c1ee1ce4f2de7100c19127d2a96a02b4a7ef133a.zip
sql-parser-c1ee1ce4f2de7100c19127d2a96a02b4a7ef133a.tar.gz
sql-parser-c1ee1ce4f2de7100c19127d2a96a02b4a7ef133a.tar.bz2
Added badges.
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 40b0e9d..9626036 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
# SQL Parser
+[![Build Status](https://travis-ci.org/udan11/sql-parser.svg?branch=master)](https://travis-ci.org/udan11/sql-parser)
+[![Code Coverage](https://scrutinizer-ci.com/g/udan11/sql-parser/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/udan11/sql-parser/?branch=master)
+[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/udan11/sql-parser/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/udan11/sql-parser/?branch=master)
+
A validating SQL lexer and parser with a focus on MySQL dialect.
This library was originally developed for phpMyAdmin during the Google Summer of Code 2015.