-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Sub-issue of #3
Objective
Convert parsed SQL components into an AST representing the full schema.
Tasks
Stage 1: PostgreSQL CREATE TABLE (priority)
- Map parsed PostgreSQL
CREATE TABLEdata into AST nodes. - Ensure proper parent-child relations (table → columns, constraints).
- Validate AST structure correctness.
Stage 2: Full MVP / Other Dialects
- Support additional node types from extended parsing.
- Improve validation for complex schema constructs.
Note: Stage 2 is deferred; focus on Stage 1 for use within Flaky.
Metadata
Metadata
Assignees
Labels
No labels