Current section
Files
Jump to
Current section
Files
erupt_sqlite3
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [erupt, esqlite]}.
{project_plugins, [rebar3_format, rebar3_lint]}.
{ex_doc,
[{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://git.sr.ht/~fancycade/erupt_sqlite3"}]}.
{hex, [{doc, ex_doc}]}.