Overview
========
[](https://travis-ci.org/altenwald/sqlparser)
[](https://codecov.io/gh/altenwald/sqlparser)
[](https://raw.githubusercontent.com/altenwald/sqlparser/master/COPYING)
SQL Parsers let you to parse SQL strings to generic SQL records.
Usage
-----
If you want to use, only add this in rebar.config:
```erlang
{deps, [
{sqlparser, ".*", {git, "git://github.com/altenwald/sqlparser.git", master}}
]}.
```