Current section

Files

Jump to
based_pg src based_pg.app.src
Raw

src/based_pg.app.src

{application, based_pg, [
{vsn, "4.0.0"},
{applications, [based,
gleam_pgo,
gleam_stdlib,
gleeunit]},
{description, "A postgres adapter for based"},
{modules, [based_pg]},
{registered, []}
]}.