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
Currently Ecstatic.Store.Ets is used directly in the code in several places. Instead we should use a wrapper module such as Ecstatic.Store which internally defers to a configurable storage module.
In this way, the user can implement with their own storage backend by implementing the Ecstatic.Store@behaviour in a given module, and then configuring that storage backend using Mix.Config
The text was updated successfully, but these errors were encountered:
Currently
Ecstatic.Store.Ets
is used directly in the code in several places. Instead we should use a wrapper module such asEcstatic.Store
which internally defers to a configurable storage module.In this way, the user can implement with their own storage backend by implementing the
Ecstatic.Store
@behaviour
in a given module, and then configuring that storage backend usingMix.Config
The text was updated successfully, but these errors were encountered: