Current section
Files
Jump to
Current section
Files
src/factos_pog.app.src
{application, factos_pog, [
{vsn, "1.1.0"},
{applications, [factos,
gleam_stdlib,
gleam_time,
pog]},
{description, "PostgreSQL backend for Factos context-first Event Sourcing using pog."},
{modules, [factos@factos_pog,
factos_pog@@main]},
{registered, []}
]}.