Expand description
Lightweight regex-based DDL extraction from SQL content.
Used by lint, changelog, and conflict detection features.
Enums§
- DdlOperation
- A DDL operation extracted from SQL.
Functions§
- extract_
ddl_ operations - Extract DDL operations from SQL content.
- line_
number_ at - Count the approximate line number for a byte offset.
- split_
statements - Split SQL into individual statements, respecting dollar-quoted blocks, string literals, and comments.