View Source API Reference Flint v0.2.0
Modules
Can be use
d to create an Ecto.ParameterizedType
based on another Ecto.ParameterizedType
,
applying default parameters. You may supply any number of default parameters. This essentially provides a new
init/1
implementation for the type, supplying the default values, while not affecting any of the
other Ecto.ParameterizedType
callbacks.
The core pipeline of Flint. Flint.Pipeline
uses the module attributes that are collected when using the Flint.Schema
macros to perform transformations and validations.
Flint.Schema
provides custom implementations of certain Ecto
embedded_schema
DSL keywords.
Union type for Ecto. Allows the field to be any of the specified types.