pub async fn dump() -> Result<Dump, BackupError>Expand description
Dump every registered model’s rows to a Dump value. The
ambient pool (published by App::build) is the source.
pub async fn dump() -> Result<Dump, BackupError>Dump every registered model’s rows to a Dump value. The
ambient pool (published by App::build) is the source.