API Reference ecto_watch v0.9.0

Modules

General helpers useful throughout the ecto_watch library

Logic for processing the EctoWatch options passed by the end user's config

Logic for processing the EctoWatch postgres notification watcher options which are passed in by the end user's config

Generic representation of an app schema. Contains important details about a postgres table, whether it's create from an Ecto schema module or from a map.

Repo for tests

GenServer for the individiual change watchers which are configured by end users

Supervisor for postgres notification watchers (EctoWatch.WatcherServer)

Task run as part of the EctoWatch supervision tree to check for a match between the triggers that are in the database and the triggers that were started via the configuration.