mirror of
https://github.com/TheRealOwenRees/chess-endgame-trainer.git
synced 2026-09-19 11:03:52 +00:00
6 lines
116 B
Elixir
6 lines
116 B
Elixir
defmodule Chesstrainer.Repo do
|
|
use Ecto.Repo,
|
|
otp_app: :chesstrainer,
|
|
adapter: Ecto.Adapters.Postgres
|
|
end
|