phoenix-test/lib/quip/repo.ex

6 lines
99 B
Elixir

defmodule Quip.Repo do
use Ecto.Repo,
otp_app: :quip,
adapter: Ecto.Adapters.SQLite3
end