Operand

_

gram: legal

> ./lib/nucleus/repo.ex

defmodule Nucleus.Repo do
use Ecto.Repo,
otp_app: :nucleus,
adapter: Ecto.Adapters.Postgres
end