View Source Dagex.Repo (dagex v1.1.0)
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
Specs
dagex_update(Ecto.Repo.t(), Dagex.Operations.CreateEdge.t()) :: {:ok, tuple()} | {:error, term()}