[][src]Function sqlx_pg_migrate::migrate

pub async fn migrate<'_, '_, '_>(
    url: &'_ str,
    dir: &'_ Dir<'_>
) -> Result<(), Error>

Runs the migrations contained in the directory. See module documentation for more information.