Expand description
Minimal SQL adapter for DB-API (0.10.0+).
This is intentionally small: a SELECT subset that maps onto the existing typed query AST.
Structs§
Enums§
Functions§
- parse_
select - Parse a minimal
SELECTstatement into a structured form.