Module migration

Module migration 

Source

Re-exports§

pub use checksum::compare_tables;
pub use checksum::compute_table_checksum;
pub use checksum::ChecksumResult;
pub use dump::dump_data;
pub use dump::dump_globals;
pub use dump::dump_schema;
pub use dump::sanitize_globals_dump;
pub use estimation::estimate_database_sizes;
pub use estimation::format_bytes;
pub use estimation::format_duration;
pub use estimation::DatabaseSizeInfo;
pub use filtered::copy_filtered_tables;
pub use restore::restore_data;
pub use restore::restore_globals;
pub use restore::restore_schema;
pub use schema::get_table_columns;
pub use schema::list_databases;
pub use schema::list_tables;
pub use schema::ColumnInfo;
pub use schema::DatabaseInfo;
pub use schema::TableInfo;

Modules§

checksum
dump
estimation
filtered
restore
schema