Packages

DataBase Interface for Erlang using PostgreSQL

Current section

Files

Jump to
dbi_pgsql src dbi_pgsql.app.src
Raw

src/dbi_pgsql.app.src

{application,dbi_pgsql,
[{description,"DataBase Interface for Erlang using PostgreSQL"},
{vsn,"0.2.1"},
{registered,[]},
{applications,[kernel,stdlib,poolboy,epgsql]},
{env,[]},
{maintainers,["Manuel Rubio"]},
{licenses,["LGPL 2.1"]},
{links,[{"Github","https://github.com/dbi-beam/dbi_pgsql"}]}]}.