Packages

StructConstructor allows you to declare structs using Ecto.Schema and generate constructor functions that will take care of coercion and handling various input formats (maps, keyword lists with string or atom keys).

Current section

Files

Jump to
Raw

CHANGELOG.md

# Changelog
## v0.1.1
* Bug fixes
* Fix crash on using `embeds_many` schemas
## v0.1.0
* Initial release