Current section
Files
Jump to
Current section
Files
lib/example_application/repo.ex
defmodule ExampleApplication.Repo do
use Ecto.Repo,
otp_app: :ecto_backfiller,
adapter: Ecto.Adapters.Postgres
end