Packages

A convenience layer for SQL databases

Current section

Files

Jump to
sql_bridge rebar.config
Raw

rebar.config

%% vim: ts=4 sw=4 et ft=erlang
{cover_enabled, true}.
{erl_opts, []}.
{deps, [
b64fast,
erlias,
poolboy,
epgsql,
mysql
%{mysql, {git, "git://github.com/choptastic/mysql-otp", {branch, master}}}
%%% If you're runnining this on an Erlang version older than 18, uncomment the next line
%,{merl, {git, "git://github.com/richcarl/merl", {branch, master}}}
]}.
{pre_hooks,[
{"linux|bsd|darwin|solaris", compile, "escript priv/compat.escript"},
{"win32", compile, "escript.exe priv\\compat.escript"}
]}.