macro_rules! minify_sql_files {
    ($($file:expr),*) => { ... };
}
Expand description

This macro will minify all the SQL files passed as arguments and save them with the same name but with ‘_minified.sql’ appended to the original filename So if the file name is ‘file.sql’, the minified file will be ‘file_minified.sql’