Ecto.Adapter.__before_compile__

You're seeing just the macrocallback __before_compile__, go back to Ecto.Adapter module for more information.

Specs

__before_compile__(term(), env :: Macro.Env.t()) :: Macro.t()

The callback invoked in case the adapter needs to inject code.