Packages

Simple Erlang psql(1) like CLI tool.

Current section

Files

Jump to
epsql src epsql.app.src
Raw

src/epsql.app.src

{application,epsql,
[{pkg_name,"epsql"},
{vsn,"0.1.0"},
{description,"Simple Erlang psql(1) like CLI tool."},
{applications,[kernel,stdlib,egetopt,epgsql]},
{modules,[epsql]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/SirWumpus/erlang-psql"}]},
{files,["README.md","Makefile","rebar.config","src","test"]}]}.