Expand description
Pure SQL parsing, quoting, validation, and keyword definitions for tursotui.
This crate has zero runtime dependencies — no database, no async, no UI. All functions are pure and deterministic.
Modules§
- keywords
- Single source of truth for SQL keyword, function, type, and operator constants.
- parser
- SQL parsing utilities: statement splitting, FK extraction, source table detection.
- query_
kind - SQL statement classification by leading keyword.
- quoting
- SQL identifier and literal quoting/escaping.
- validation
- SQL value validation (pragma sanitization, etc.).