Skip to main content

run

Function run 

Source
pub async fn run(
    database_url: Option<&str>,
    dry_run: bool,
    formatter: &OutputFormatter,
) -> Result<()>
Expand description

Run the setup command to install helpers to a database.

ยงErrors

Returns an error if database connection fails, SQL execution fails, or the URL cannot be resolved.