Current section

Files

Jump to
based_pg src based_pg.app.src
Raw

src/based_pg.app.src

{application, based_pg, [
{vsn, "5.0.1"},
{applications, [based,
gleam_erlang,
gleam_otp,
gleam_stdlib,
gleam_time,
pg_value,
pgl]},
{description, "A postgres adapter for based"},
{modules, [based@pg,
based_pg@@main]},
{registered, []}
]}.