app beta version 0.1.0 hex unreleased package jido_ecto elixir ~> 1.18

Jido Ecto

Ecto-backed storage and persistence adapters for Jido

Beta support. Public iteration with faster feedback loops before final release shape settles.

View package metadata source →

RELATED PACKAGES

AT A GLANCE

Ecto-backed storage and persistence adapters for Jido runtimes
Supports SQL-backed runtime persistence through Ecto and Ecto SQL
Includes PostgreSQL and SQLite test/development dependency coverage
Provides package quality gates with coverage, Dialyzer, Credo, and docs

DEEP DIVE

Overview

Jido Ecto provides Ecto-backed persistence adapters for Jido runtimes. It lets teams connect Jido storage behavior to familiar database-backed application infrastructure.

Purpose

Jido Ecto is the Ecto storage integration package for teams that want database-backed persistence through standard Elixir application patterns.

Boundary Lines

  • Owns Ecto-specific persistence adapters and database integration behavior.
  • Depends on host application database setup, migrations, and operational policy.
  • Does not replace core Jido runtime contracts or define a general storage governance layer.

Major Components

Ecto Storage Adapter

Implements Jido persistence behavior on top of Ecto and Ecto SQL.

Database Test Surface

Exercises adapter behavior against database-backed test dependencies.

Package Quality Tooling

Includes coverage, Dialyzer, Credo, Doctor, docs, and release metadata for hardening.