eventstore v0.10.1 EventStore.Storage.Appender
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, events)
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.