Combo.Ecto

CIHex.pm

Provides Ecto integration for Combo.

Features

Installation

Add :combo_ecto to the list of dependencies in mix.exs:

def deps do
  [{:combo_ecto, "~> 0.1"}]
end

Configuration

The Plug.Exception implementations for Ecto exceptions can be disabled by including the errors in the mix configuration.

config :combo_ecto,
  exclude_exceptions: [Ecto.NoResultsError]

License

Same as Combo.