Ecto.Repo.__adapter__
You're seeing just the callback
__adapter__
, go back to Ecto.Repo module for more information.
Specs
__adapter__() :: Ecto.Adapter.t()
Returns the adapter tied to the repository.