This repository has been archived on 2023-11-19. You can view files and clone it, but cannot push or open issues or pull requests.
restcrud/lib/events/repo.ex

6 lines
106 B
Elixir
Raw Permalink Normal View History

2023-06-02 18:41:02 +02:00
defmodule Events.Repo do
use Ecto.Repo,
otp_app: :restcrud,
adapter: Ecto.Adapters.Postgres
end