Overview
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}}
]}.
SQL Parsers let you to parse SQL strings to generic SQL records.
If you want to use, only add this in rebar.config:
{deps, [
{sqlparser, ".*", {git, "git://github.com/altenwald/sqlparser.git", master}}
]}.