Belay.Storage.Memory (Belay v1.0.0-rc.6)

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)

Returns a specification to start this module under a supervisor.

See Supervisor.

ref(instance_name)

start_link(name)