pub async fn load(dump: &Dump) -> Result<LoadReport, BackupError>Expand description
Load a Dump back into the database. Schema must already exist
(run umbral-cli migrate first). Rows insert via sqlx::query with
per-column type dispatch; the ambient pool is the target.