Jido.Ecto (Jido Ecto v1.0.0)

Copy Markdown View Source

Ecto-backed storage package for Jido.

jido_ecto provides:

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

capability()

@type capability() :: :storage | :persist

Functions

capabilities()

@spec capabilities() :: [capability()]

Returns the Jido integration surfaces targeted by this package.