commanded
commanded copied to clipboard
Document how to directly append events to the confired event store
Command allows you to interact with the configured event store by using the Commanded.EventStore module. You can use this module to directly append events to any stream, without needing to dispatch a command to an aggregate and have it create an event. This should be documented in the guides with an example usage.