write_query

Function write_query 

Source
pub async fn write_query<W: AsyncWrite + Unpin>(
    wr: &mut W,
    sql: &str,
) -> Result<()>