ezcontainer_example/lib/ezcontainer_railway/repo.ex
2023-10-24 23:23:57 -04:00

5 lines
129 B
Elixir

defmodule EzcontainerRailway.Repo do
use Ecto.Repo,
otp_app: :ezcontainer_railway,
adapter: Ecto.Adapters.Postgres
end