Packages

Convert Abacus expression into Ecto DSL expressions, and use them for where, selects, order_by, group_by or having clauses.

Current section

Files

Jump to
abacus_sql lib test_support repo.ex
Raw

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