Ecto-backed storage package for Jido.
jido_ecto provides:
Jido.Ecto.StorageforJido.StorageJido.Ecto.Migrationsfor provisioning the required tables
The adapter stores checkpoints as opaque Erlang terms and persists thread
journals as ordered entry rows plus thread metadata. That keeps the storage
semantics aligned with Jido.Storage and allows Jido.Persist to hibernate
and thaw agents without a separate persistence adapter module.
Examples
iex> Jido.Ecto.capabilities()
[:storage, :persist]
Summary
Functions
Returns the Jido integration surfaces targeted by this package.
Types
Functions
@spec capabilities() :: [capability()]
Returns the Jido integration surfaces targeted by this package.