summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.