mirror of
https://github.com/rjNemo/elixir_todo
synced 2026-06-06 02:16:40 +00:00
5 lines
100 B
Elixir
5 lines
100 B
Elixir
defmodule Todo.Repo do
|
|
use Ecto.Repo,
|
|
otp_app: :todo,
|
|
adapter: Ecto.Adapters.Postgres
|
|
end
|