ezcontainer_example/lib/ezcontainer_railway/repo.ex

4 lines
120 B
Elixir
Raw Permalink Normal View History

2023-10-24 23:23:57 -04:00
defmodule EzcontainerRailway.Repo do
2023-10-25 04:48:36 -04:00
use Ecto.Repo, otp_app: :ezcontainer_railway, adapter: Ecto.Adapters.SQLite3
2023-10-24 23:23:57 -04:00
end