Skip to content

Instantly share code, notes, and snippets.

@c4710n
c4710n / repo.ex
Last active November 22, 2022 09:13
Ecto: reverse a preload
defmodule Hello.Repo do
use Ecto.Repo,
otp_app: :hello,
adapter: Ecto.Adapters.Postgres
@doc """
Reverse a preload.
## Example