Skip to main content

Crate sqawk

Crate sqawk 

Source
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