View Source API Reference ecto_hooks v1.2.1

Modules

Module exposing various utility functions for interacting with, and introspecting the state of EctoHooks.

Defines the struct which is given as the 2nd argument to any after_* hooks.

Module containing implementation for all after_ hooks

Module containing implementation for all before_ hooks

This module is intended to replace any usage of use Ecto.Repo. When this is done, any of the following Ecto.Repo callbacks will execute any defined before_* or after_* hooks in your Ecto schemas before returning.