Belay.Storage.Memory (Belay v1.0.0)

Copy Markdown View Source

In-memory storage: a single serialized GenServer, deterministic given call order. The reference implementation for engine semantics and the substrate for simulation tests. Not durable — for tests and ephemeral dev only.

Every operation mirrors Belay.Storage.Postgres exactly; the shared test suite runs against both to keep them honest.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

@spec child_spec({Belay.Config.t(), keyword()}) :: Supervisor.child_spec()

Returns a specification to start this module under a supervisor.

See Supervisor.