Skip to main content

Module sql

Module sql 

Source

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§

SQLCommand

Functions§

process_command
Performs initial parsing of SQL Statement using sqlparser-rs