Current section

Files

Jump to
closure_table examples ct_ecto lib ct repo.ex
Raw

examples/ct_ecto/lib/ct/repo.ex

defmodule CT.Repo do
use Ecto.Repo,
otp_app: :ct,
adapter: Ecto.Adapters.Postgres
end