Queries entries by given criteria.
Optional
options: EventStoreQueryOptions<K> & QueryExtGets a value by key from the map.
Optional
options: AbortOptionsGets the key of given value.
Optional
options: AbortOptionsGets the list of data identified by given keys.
Optional
options: AbortOptionsReturns whether a key exists in the map.
Optional
options: AbortOptionsChecks if given keys exist in the set.
Optional
options: AbortOptionsQueries event keys by given criteria.
Optional
options: EventStoreQueryOptions<K> & QueryExtPuts given value and returns its key.
Optional
options: EventStorePutOptionsPuts given list of values and returns their keys.
Optional
options: EventStorePutOptionsValidates given event and returns any error.
Optional
options: AbortOptionsQueries events by given criteria.
Optional
options: EventStoreQueryOptions<K> & QueryExtGenerated using TypeDoc
An append-only event store.