View Source API Reference mecto v0.7.2
Modules
"Mail merging" with Ecto structs.
The protocol_ex
protocol used to create schemas for custom Ecto types.
Implementation of Mecto.CustomSchema
for Ecto.Enum
, using protocol_ex
.
Parses "some text with [[tag.module]]"
into [tag: [:module]]
Converts an Ecto schema into a map, for use in Mecto.SchemaValidator
.
Validates fields extracted with Mecto.MarkupParser
exist based on the schema given from
Mecto.SchemaExtractor
.
Used by Mecto.SchemaValidator
to track the results of schema validation.