View Source API Reference Flint v0.2.1

Modules

Declarative Ecto embedded_schemas for data validation, coercion, and manipulation.

Flint.Partial 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.

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.