pub fn csv_data_from_parts(
    method: &Method,
    url: &str,
    body: Option<Vec<u8>>
) -> Result<StmtData<Cursor<Vec<u8>>>, Error>
Expand description

Parse into SQL Statement AST from separate parts this is useful when using a different crate for the http request