mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
6 lines
106 B
Elixir
6 lines
106 B
Elixir
|
|
defmodule Example.Repo do
|
||
|
|
use Ecto.Repo,
|
||
|
|
otp_app: :example,
|
||
|
|
adapter: Ecto.Adapters.Postgres
|
||
|
|
end
|