Uni Ecto Plugin [2021] Review
UniEcto solves this by moving the logic into a declarative plugin system within the schema itself. Getting Started with UniEcto 1. Installation Add uni_ecto to your mix.exs dependencies: defp deps do [ :uni_ecto, "~> 0.1.0" ] end Use code with caution. 2. Configuration
test/uni_ecto_plugin/soft_delete_test.exs uni ecto plugin
use UNI.Ecto.Association, cache: :global, 60_000 # 60s TTL UniEcto solves this by moving the logic into
Each plugin implements:
