pub fn query_without_params<Output: DeserializeOwned>(
    query: &str,
    connection: &Connection
) -> Result<Vec<Output>, Error>
Expand description

Execute the given query (which takes no parameters) and return the result.