Ecto SQL connection callbacks backed by QuackDB.DBConnection.
This module currently implements the raw query path used by
Ecto.Adapters.SQL.query/4 and Repo.query/3. Higher-level Ecto query
generation callbacks raise explicit unsupported-feature errors until the
adapter grows beyond raw SQL execution.