Ecto-backed session persistence for ADK.
Provides ADKExEcto.SessionService which implements the
ADK.Session.Service behaviour using Ecto for database storage.
Setup
- Add
{:adk_ex_ecto, "~> 1.0"}to your deps - Generate migration:
mix adk_ex_ecto.gen.migration - Run migration:
mix ecto.migrate - Configure your Runner with
session_module: ADKExEcto.SessionService