phasedb v0.0.2 PhaseDB.Storage
Abstracts the creation of session storage.
Currently takes :ets
or a module which implements the relevant protocols needed to be a PhaseDB storage engine.
Defaults to using ETS storage.
Summary
Types
t :: any
Functions
Specs
create :: t
Create a new instance of your storage engine.
Params: - engine; currently either :ets
or a module. - opts; keyword options for the engine, including but not limited to resolution:
and range:
.