Current section
Files
Jump to
Current section
Files
src/dbi_sqlite.app.src
{application,dbi_sqlite,
[{description,"DataBase Interface for Erlang using SQLite"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,esqlite]},
{env,[]},
{maintainers,["Manuel Rubio"]},
{licenses,["LGPL 2.1"]},
{links,[{"Github","https://github.com/dbi-beam/dbi_sqlite"}]}]}.