You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would provide additional pro: there could be init callback like in Ecto that would allow to load configuration in runtime instead of relying on some weird tooling.
Allow multiple event stores to be used in an application by providing an
EventStore
macro to use in your own module, as per Ecto's repo.Define your event store module:
Configure the event store:
Usage:
The text was updated successfully, but these errors were encountered: