Function sqlparse::parse

source · []
pub fn parse(sql: &str) -> Vec<Token>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

parse sql into tokens, only for test