repo.ex 94 B

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