API Reference EventSourcingDB v#1.0.1

Copy Markdown View Source

Modules

Reading events within a specific range.

A Client holds the connection parameters to your EventSourcingDB instance

An Event coming from the server.

An event about to be written to the server.

Custom event type defined through a schema.

Precondition for writing events based on an EventQL query.

Precondition for writing events to ensure the subject alread contains events.

Precondition for writing events to ensure the subject already has at least one event

Precondition for writing events to ensure the subject has no existing events.

Representing management events around EventSourcingDB.

Observe events filter options

Options for observing events starting from the latest event of a given type.

Read events filter options

Options for reading events starting from the latest event of a given type.

Using Testcontainers for Testing