Put parsing details into one module

This commit is contained in:
Yuriy Dupyn 2024-01-26 19:45:15 +01:00
parent 61c0a34253
commit 6000b1f242
10 changed files with 30 additions and 29 deletions

View file

@ -1,11 +1,5 @@
mod literal;
mod select;
mod common;
mod create;
mod insert;
mod delete;
mod index;
mod parsing;
mod validation;
mod core;
@ -13,4 +7,4 @@ pub use core::parse_and_validate;
pub use core::Error;
pub use validation::validate_operation;
pub use minisql;
pub use minisql;