scythe-core 0.6.6

Core SQL parsing, catalog building, and type inference for scythe
Documentation
1
2
3
4
5
6
7
pub mod analyzer;
pub mod catalog;
pub mod dialect;
pub mod errors;
pub mod parser;

pub use dialect::SqlDialect;