Modules§
- db
- executor
- Query executors — evaluate parsed SQL statements against the in-memory storage and produce formatted output.
- pager
- On-disk persistence for a
Database, using fixed-size paged files. - parser
Enums§
Functions§
- process_
command - Performs initial parsing of SQL Statement using sqlparser-rs