Rindle docs and package mapSkip to main content

split_migration_file

Function split_migration_file 

pub fn split_migration_file(sql: &str) -> Result<Vec<String>, StatementRunError>
Expand description

Split one migration-file carrier, treating an exact Drizzle breakpoint physical line as an explicit boundary before passing every carrier through the shared SQL scanner. The breakpoint comment itself is not canonical migration content.