Current section
Files
Jump to
Current section
Files
lib/test_support/repo.ex
if Mix.env == :test do
defmodule AbacusSqlTest.Repo do
use Ecto.Repo, otp_app: :abacus_sql, adapter: Ecto.Adapters.Postgres
end
end