Expand description
sqawk library
This crate provides a library for the sqawk CLI utility. It facilitates SQL querying against in-memory CSV tables.
Modulesยง
- aggregate
- Aggregate function module for sqawk
- capacity
- Capacity hints for pre-allocating collections
- cli
- CLI argument parsing module for sqawk
- config
- Configuration module for sqawk
- csv_
handler - CSV file handling module for sqawk
- database
- Database module for sqawk
- delim_
handler - Delimiter-separated values file handling module for sqawk
- error
- Error handling for sqawk
- file_
handler - File handling module for sqawk
- repl
- sql_
executor - SQL execution module for sqawk
- storage
- Storage backends for table row data
- table
- Table module for sqawk
- vm
- SQL Virtual Machine (VM) bytecode execution engine