Packages
InMemory event store for the Eventsourcing library
Retired package: Deprecated - This library has been added to the eventsourcing library as a module
Current section
Files
Jump to
Current section
Files
src/eventsourcing_inmemory.app.src
{application, eventsourcing_inmemory, [
{vsn, "1.0.0"},
{applications, [eventsourcing,
gleam_erlang,
gleam_json,
gleam_otp,
gleam_stdlib]},
{description, "eventsourcing_inmemory provides an in-memory event store implementation for the [eventsourcing](https://github.com/renatillas/eventsourcing) library. It's designed for development, testing, and small-scale applications where persistence isn't required."},
{modules, [eventsourcing_inmemory]},
{registered, []}
]}.