EventStore v0.12.0 EventStore.Storage.Appender View Source

Append-only storage of events to a stream

Link to this section Summary

Functions

Append the given list of events to storage

Link to this section Functions

Link to this function append(conn, stream_id, events) View Source

Append the given list of events to storage

Returns {:ok, event_ids} on success, where event_ids is a list of the ids assigned by the database.