# SPDX-FileCopyrightText: 2026 Ɓukasz Niemier <~@hauleth.dev> # # SPDX-License-Identifier: Apache-2.0 defmodule EctoView.Repo do @moduledoc false use Ecto.Repo, otp_app: :ecto_view, adapter: Ecto.Adapters.Postgres use EctoView end