EctoEmbeddedType

Cirrus CIHex.pm

EctoEmbeddedType generates an Ecto.Type from an Ecto.Schema.embedded_schema/1.

That is useful if you want, for whatever reason, to:

Installation

The package can be installed by adding ecto_embedded_type to your list of dependencies in mix.exs:

def deps do
  [
    {:ecto_embedded_type, "~> 0.1.0"}
  ]
end