Current section
Files
Jump to
Current section
Files
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"]}]}.