Uni Ecto Plugin Fixed -
All steps accept options: :repo , :timeout , :log , etc.
Example: uni://customer/stripe/cus_123xyz uni ecto plugin
Universe Ecto (often referred to as ) is a multilayer fractal noise plugin part of the Red Giant Universe All steps accept options: :repo , :timeout , :log , etc
| Ecto Feature | UNI Plugin Support | |--------------|--------------------| | Changeset validation | Custom validate_uni/3 to check resolvability or format | | Preloading | Works with belongs_to_uni like normal associations | | Streams | UNI fields are streamed as structs, no extra overhead | | Multi-tenancy | UNI origin can act as tenant ID; plugin can scope queries automatically | | Migrations | add :customer_uni, :string + optional generated columns via uni_add_components/2 | All steps accept options: :repo
The provides a set of pre-built, reusable steps specifically for database operations. Instead of writing Repo.insert(user_changeset) wrapped in a custom function, you call Uni.Ecto.insert() as a step in your pipeline.