Example minimal re-implementation of the `:telemetry` library.
See project `README.md` for more details
A simple Elixir framework utilizing Ecto and DAGs to incrementally materialize views!
Adds callbacks/hooks to Ecto: `after_insert`, `after_update`, `after_delete`, `after_get`, `before_insert`, `before_update`, `before_delete`.
Useful for setting virtual fields and centralising logic.
Implements a generic `middleware/2` callback for any module that uses `Ecto.Repo` to customize behaviour.
Collection of various Ecto related utilities I tend to re-implement on every project I work on.
Easy, **transparent**, and pluggable RPC library for Elixir.