Header menu logo Nao

EventStore Module

Factory helpers for event stores.

Functions and values

Function or value Description

db factory stream

Full Usage: db factory stream

Parameters:
Returns: IEventStore

ADO.NET-backed event log over any provider, partitioned by stream name.

factory : IDbConnectionFactory
stream : string
Returns: IEventStore

file path

Full Usage: file path

Parameters:
    path : string

Returns: IEventStore

FileSystem-backed event log at the given path.

path : string
Returns: IEventStore

Type something to start searching.