Squidie.Persistence.JournalCheckpoint (squidie v0.1.2)

Copy Markdown View Source

Persisted checkpoint value for a Jido storage key.

Checkpoint keys are arbitrary Elixir terms, so the table stores a stable hash for lookup and the encoded key for audit/debugging.

Summary

Types

t()

@type t() :: %Squidie.Persistence.JournalCheckpoint{
  __meta__: term(),
  checkpoint: term(),
  inserted_at: term(),
  key: term(),
  key_hash: term(),
  updated_at: term()
}