Packages

DataBase Interface for Erlang using PostgreSQL

Current section

Files

Jump to
dbi_pgsql rebar.config
Raw

rebar.config

{erl_opts, [
debug_info,
{platform_define, "R1[56]", 'OLD_QUEUE_TYPE'}
]}.
{plugins, [rebar3_hex]}.
{deps, [
{dbi, "1.0.0"},
{poolboy, "1.5.1"},
{epgsql, "3.4.0"}
]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{cover_opts, [verbose]}.
{eunit_opts, [verbose]}.
{xref_checks, [undefined_function_calls, undefined_functions,
deprecated_function_calls, deprecated_functions]}.