Skip to main content

query_single_text

Function query_single_text 

Source
pub async fn query_single_text(
    database_url: String,
    sql: &str,
) -> Result<String, String>
Expand description

Execute a query and return the first column of the first row as text