Skip to main content

generate_sqlite_drops

Function generate_sqlite_drops 

Source
pub fn generate_sqlite_drops(tables: &[TableDef]) -> String
Expand description

Generate DROP TABLE statements for a list of tables in reverse order (SQLite).