Packages

A PosgreSQL client that automatically uses connection pools and reconnects in case of errors.

Current section

Files

Jump to
pgpool rebar.config
Raw

rebar.config

{deps, [
{epgsql, ".*", {git, "git://github.com/epgsql/epgsql.git", {tag, "3.1.1"}}},
{poolboy, ".*", {git, "git://github.com/devinus/poolboy.git", {tag, "1.5.1"}}}
]}.