Current section
Files
Jump to
Current section
Files
src/eventsourcing.app.src
{application, eventsourcing, [
{vsn, "0.1.1"},
{applications, [birdie,
decode,
gleam_erlang,
gleam_json,
gleam_otp,
gleam_pgo,
gleam_stdlib,
gleeunit,
pprint,
testcontainers]},
{description, "CQRS and Event Soucing in Gleam!"},
{modules, [eventsourcing,
eventsourcing@memory_store,
eventsourcing@postgres_store]},
{registered, []}
]}.