Current section

Files

Jump to
rindle lib rindle repo.ex
Raw

lib/rindle/repo.ex

defmodule Rindle.Repo do
@moduledoc false
use Ecto.Repo,
otp_app: :rindle,
adapter: Ecto.Adapters.Postgres
end