Packages

Log zotonic http request into a duckdb database

Current section

Files

Jump to
Raw

rebar.config

%% -*- mode: erlang -*-
{erl_opts, [
debug_info
]}.
{deps, [
{educkdb, "0.6.0"}
]}.
{plugins, []}.
{xref_checks, [undefined_function_calls,
locals_not_used,
deprecated_function_calls]}.