execute_query_on_client

Function execute_query_on_client 

Source
pub async fn execute_query_on_client(
    client: &Client,
    query: &str,
    params: &[RowValues],
) -> Result<ResultSet, SqlMiddlewareDbError>
Expand description

Execute a SELECT query on a client without managing transactions

ยงErrors

Returns errors from parameter conversion or query execution.