Packages

Event sourcing for Elixir on the Dynamic Context Boundary (DCB) model: one flat event stream, events tagged with the domain concepts they concern, and consistency enforced by optimistic locking scoped to the slice of the stream a decision actually read.

Current section

Files

Jump to
sourced .formatter.exs
Raw

.formatter.exs

[
inputs: ["{mix,.formatter}.exs", "{contract,lib,test}/**/*.{ex,exs}"]
]