repo.ex 63 B

123
  1. defmodule Hello.Repo do
  2. use Ecto.Repo, otp_app: :hello
  3. end