Demo.Repo.to_sql
You're seeing just the function
to_sql
, go back to Demo.Repo module for more information.
A convenience function for SQL-based repositories that translates the given query to SQL.
See Ecto.Adapters.SQL.to_sql/3
for more information.