EctoResource.using_repo
You're seeing just the macro
using_repo
, go back to EctoResource module for more information.
Macro to define schema access within a given Ecto.Repo
Examples
using_repo(Repo) do
resource(Schema)
end