repo.ex 102 B

12345
  1. defmodule Hello.Repo do
  2. use Ecto.Repo,
  3. otp_app: :hello,
  4. adapter: Ecto.Adapters.Postgres
  5. end