Current section
Files
Jump to
Current section
Files
src/odbc.app.src
{application,odbc,
[{pkg_name,"erlang_otp_odbc"},
{exclude_paths,["priv/bin"]},
{description,"Erlang ODBC application"},
{vsn,"2.18.0"},
{modules,[]},
{registered,[odbc_sup]},
{applications,[kernel,stdlib]},
{env,[]},
{mod,{odbc_app,[]}},
{licenses,["Apache-2.0"]},
{links,[{"GitHub",
"https://github.com/rnowak/erlang-otp-odbc"}]}]}.