Ecto.Adapter.lookup_meta
You're seeing just the function
lookup_meta
, go back to Ecto.Adapter module for more information.
Returns the adapter metadata from the init/1
callback.
It expects a name or a PID representing a repo.