API Reference ecto_middleware v1.0.0

Modules

This module provides the EctoMiddleware behaviour, which extends any module that uses Ecto.Repo with the capability to hook into the execution of any Ecto.Repo callback (that reads/writes to said repo).

Struct for holding middleware resolution data

Default middleware for Ecto repos.