Skip to main content

run

Function run 

Source
pub fn run(config: &Config, db_name: Option<&str>) -> Result<(), CliError>
Expand description

Run the status command.

ยงErrors

Returns CliError if the database cannot be resolved, credentials are invalid, or connecting to the database to read the migration tracking table fails.