pub async fn status(
database_url: &str,
migrations_dir: impl AsRef<Path>,
) -> Result<StatusReport, TypedError>Expand description
Snapshot on-disk files + tracking table rows for presentation.
pub async fn status(
database_url: &str,
migrations_dir: impl AsRef<Path>,
) -> Result<StatusReport, TypedError>Snapshot on-disk files + tracking table rows for presentation.