View Source Dagex.Repo (dagex v1.1.1)

Adds Dagex-specific functionality to your application's Ecto.Repo module.

defmodule MyApp.Repo do
  use Ecto.Repo, otp_app: :my_app, adapter: Ecto.Adapters.Postgres
  use Dagex.Repo
end

Link to this section Summary

Link to this section Functions

Link to this function

dagex_update(repo, error)

View Source

Specs

dagex_update(Ecto.Repo.t(), Dagex.Operations.CreateEdge.t()) ::
  {:ok, tuple()} | {:error, term()}