Packages

An erupt driver for sqlite3

Current section

Files

Jump to
erupt_sqlite3 rebar.config
Raw

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}]}.