You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After modifying the SQL in HTML, running the program still executes the old SQL. If cargo clean is executed, the newly modified SQL will be read, but project will be recompiled every time, which is time-consuming.
Use the html_sql macro to specify the file where the sql is located: