Packages

DataBase Interface for Erlang using MySQL

Current section

Files

Jump to
dbi_mysql src dbi_mysql.app.src
Raw

src/dbi_mysql.app.src

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