View Source API Reference Flint v0.3.1
Modules
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.
Flint.Type
is meant to make writing new Ecto
types require much less boilerplate, because you can base your
type off of an existing type and only modify the callbacks that have different behavior.
Union type for Ecto. Allows the field to be any of the specified types.