Toggle Sidebar
EventStore
v0.12.0
GUIDES
Modules
Mix Tasks
EventStore v0.12.0
EventStore.Sql.Statements
View Source
PostgreSQL statements to intialize the event store schema and read/write streams and events.
Link to this section
Summary
Functions
ack_last_seen_event()
create_events(number_of_events \\ 1)
create_stream()
create_subscription()
delete_snapshot()
delete_subscription()
initializers()
query_all_subscriptions()
query_get_snapshot()
query_get_subscription()
query_latest_event_id()
query_latest_version()
query_stream_id()
query_stream_id_and_latest_version()
read_all_events_forward()
read_events_forward()
record_snapshot()
reset()
Link to this section
Functions
Link to this function
ack_last_seen_event()
View Source
Link to this function
create_events(number_of_events \\ 1)
View Source
Link to this function
create_stream()
View Source
Link to this function
create_subscription()
View Source
Link to this function
delete_snapshot()
View Source
Link to this function
delete_subscription()
View Source
Link to this function
initializers()
View Source
Link to this function
query_all_subscriptions()
View Source
Link to this function
query_get_snapshot()
View Source
Link to this function
query_get_subscription()
View Source
Link to this function
query_latest_event_id()
View Source
Link to this function
query_latest_version()
View Source
Link to this function
query_stream_id()
View Source
Link to this function
query_stream_id_and_latest_version()
View Source
Link to this function
read_all_events_forward()
View Source
Link to this function
read_events_forward()
View Source
Link to this function
record_snapshot()
View Source
Link to this function
reset()
View Source