Packages

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

Current section

Files

Jump to
pgpool src pgpool.app.src
Raw

src/pgpool.app.src

{application,pgpool,
[{description,"A PosgreSQL client that automatically uses connection pools and reconnects in case of errors."},
{vsn,"1.0.0"},
{registered,[pgpool_sup]},
{applications,[kernel,stdlib,poolboy,epgsql]},
{mod,{pgpool_app,[]}},
{env,[]}]}.