1 2 3 4 5
pub mod direct; pub mod sql_file; pub use direct::{insert_rows, truncate_tables, OutputError}; pub use sql_file::generate_sql;