ecto_shorts icon indicating copy to clipboard operation
ecto_shorts copied to clipboard

Shortcuts for ecto

Results 4 ecto_shorts issues
Sort by recently updated
recently updated
newest added

This is the fix for those two dialyzer errors: ```elixir lib/actions.ex:173:invalid_contract The @spec for the function does not match the success typing of the function. Function: EctoShorts.Actions.create/3 Success typing: @spec...

Ensure schema module is loaded before checking to see if `create_changeset/1` is exported. `Kernel.function_exported?/3` does NOT load a module in case it is not loaded. This will, for example, cause...

## Overview Added the EctoShorts.QueryBuilder.Custom behavior. This module enables the addition of custom query filters to the query builder through a custom module defined in the configuration of the dependent...