lib/bbox/repo.ex

defmodule Bbox.Repo do
  use Ecto.Repo,
    otp_app: :bbox,
    adapter: Ecto.Adapters.Postgres
end