Skip to content

leggebroten/typed_struct_ecto_changeset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypedStructEctoChangeset

TypedStruct plugin to integrate ecto changeset, allow to use typedstruct module like ecto schema module when casting changeset, embeds and assoc are not yet supported

Installation

If available in Hex, the package can be installed by adding typed_struct_ecto_changeset to your list of dependencies in mix.exs:

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

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/typed_struct_ecto_changeset.

About

Plugin for typed struct to be used with ecto changeset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%