View Source API Reference ecto_shorts v2.4.0

Modules

Ecto Shorts is a library created to help shorten ecto interactions and remove most of the related code.

Actions for CRUD in ecto, these can be used by all schemas/queries

This module generates errors from actions it can be overridden by config by setting error module

CommonChanges is a collection of functions to help with managing and creating our &changeset/2 function in our schemas.

This modules main purpose is to house a collection of common schema filters and functionality to be included in params -> filters

Behaviour for query building from filter tuples

This module contains query building parts for common things such as preload, start/end date and others

This module contains query building parts for schemas themselves, when passed a query it can pull the schema from it and attempt to filter on any natural field

Module that has helpers that are globably useful on ecto schemas