Overview

Build StatusCodecovLicense: LGPL 2.1

SQL Parsers let you to parse SQL strings to generic SQL records.

Usage

If you want to use, only add this in rebar.config:

{deps, [
{sqlparser, ".*", {git, "git://github.com/altenwald/sqlparser.git", master}}
]}.