run_psql_command

Function run_psql_command 

Source
pub fn run_psql_command(
    superuser_url: &Url,
    database: &str,
    sql: &str,
) -> Result<(), Error>
Expand description

Executes SQL using psql with the given connection parameters.