senax-mysql-parser 0.1.11

MySQL parser for Senax. This library is forked from https://github.com/ms705/nom-sql .
Documentation
1
2
3
4
5
6
7
pub mod column;
pub mod common;
pub mod create;
pub mod create_table_options;
pub mod keywords;
pub mod order;
pub use nom::Err as NomErr;