eventstore v0.8.0 EventStore.Storage.Appender

Append-only storage of events to a stream

Summary

Functions

Append the given list of events to the given stream. Returns {:ok, count} on success, where count indicates the number of appended events

Functions

append(conn, stream_id, events)

Append the given list of events to the given stream. Returns {:ok, count} on success, where count indicates the number of appended events.