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