6 lines
121 B
Elixir
6 lines
121 B
Elixir
|
defmodule PokemonCouture.Repo do
|
||
|
use Ecto.Repo,
|
||
|
otp_app: :pokemon_couture,
|
||
|
adapter: Ecto.Adapters.Postgres
|
||
|
end
|