Reading events within a specific range.
You can use the lower_bound and upper_bound parameters (individually or
together) to limit the result. Both bounds can be configured to be :inclusive
or :exclusive.
Summary
Types
@type t() :: %EventSourcingDB.BoundOptions{ id: String.t(), type: :inclusive | :exclusive }