Crate qail_core
Source pub use parser::parse;
- ast
- Abstract Syntax Tree for QAIL commands.
- engine
- Database execution engine for QAIL.
- error
- Error types for QAIL.
- parser
- QAIL Parser using nom.
- prelude
- schema
- Schema introspection and Rust struct generation.
- transpiler
- SQL Transpiler for QAIL AST.