bump_server/lib/bump/repo.ex
raphael 4e607a7e45 adds phoenix boilerplate and database api
- message communication added
- database migration added
- initial commit
2021-12-05 00:36:13 +01:00

6 lines
100 B
Elixir

defmodule Bump.Repo do
use Ecto.Repo,
otp_app: :bump,
adapter: Ecto.Adapters.Postgres
end