libsql-sqlite3-parser 0.13.0

SQL parser (as understood by SQLite) (libsql fork)
Documentation
1
2
3
4
5
6
//! Streaming SQLite tokenizer

mod scan;
pub mod sql;

pub use scan::{ScanError, Scanner, Splitter};