Jido.Memory.Provider.Basic (Jido Memory v1.0.0)

View Source

Built-in provider that wraps the existing Jido.Memory.Store subsystem.

Summary

Functions

Returns the provider schema.

Types

context()

@type context() :: %{
  namespace: String.t(),
  store_mod: module(),
  store_opts: keyword(),
  provider_opts: keyword(),
  now: integer()
}

Functions

schema()

@spec schema() :: Zoi.schema()

Returns the provider schema.