elixir-toy-service/elixir_toy_service/lib/toy_service/repo.ex
drainpilled d4e1fb2136 init
2024-09-01 13:42:28 -04:00

6 lines
113 B
Elixir

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