EventStore v0.15.1 EventStore.Config View Source
Provides access to the EventStore configuration.
Link to this section Summary
Functions
Get the data type used to store event data and metadata
Get the event store configuration for the environment
Normalizes the application configuration
Converts a database url into a Keyword list
Get the event store configuration for the environment
Get the serializer configured for the environment
Link to this section Functions
Get the data type used to store event data and metadata.
Supported data types are:
- “bytea” - Allows storage of binary strings.
- “jsonb” - Native JSON type, data is stored in a decomposed binary format that makes it slightly slower to input due to added conversion overhead, but significantly faster to process, since no reparsing is needed
Get the event store configuration for the environment.
Normalizes the application configuration.
Converts a database url into a Keyword list
Get the event store configuration for the environment.
Get the serializer configured for the environment.