defmodule ToyService.Repo do use Ecto.Repo, otp_app: :toy_service, adapter: Ecto.Adapters.Postgres end