ExESDB.Snapshots (ex_esdb v0.0.14-alpha)
Provides functions for working with snapshots
Summary
Functions
Delete a snapshot of the current state of the event store.
Read a snapshot of the current state of the event store.
Record a snapshot of the current state of the event store.
Functions
Delete a snapshot of the current state of the event store.
@spec read_snapshot( store :: any(), source_uuid :: any() ) :: {:ok, ExESDB.Schema.SnapshotRecord.t()} | {:error, any()}
Read a snapshot of the current state of the event store.
Record a snapshot of the current state of the event store.