Skip to main content

Module sql

Module sql 

Source
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§

SqlSelect

Enums§

SqlColumns
SqlPredicate
SqlValue

Functions§

parse_select
Parse a minimal SELECT statement into a structured form.