What is a good way to keep the SQL queries in a Rust application that uses sqlx? At the moment I have my SQL queries as a multiline string in my Rust files.