pub async fn query_single_text( database_url: String, sql: &str, ) -> Result<String, String>
Execute a query and return the first column of the first row as text