Discord_Elixir_test/lib/haha_yes/repo.ex

6 lines
106 B
Elixir
Raw Normal View History

2024-10-12 17:13:47 +02:00
defmodule HahaYes.Repo do
use Ecto.Repo,
otp_app: :haha_yes,
adapter: Ecto.Adapters.SQLite3
end