pub fn split_sql_statements(sql: &str) -> Vec<String>
Split a migration file into individual statements: strip -- line comments, split on ;, and drop empty fragments.
--
;