-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Sub-issue of #3
Objective
Generate valid SQL migration queries from diff output.
Tasks
Stage 1: PostgreSQL CREATE TABLE (priority)
- Generate
ALTER TABLEstatements for added columns, removed columns, and modified constraints. - Validate generated SQL runs correctly on PostgreSQL.
Stage 2: Full MVP / Other Dialects
- Support MySQL, MariaDB, SQLite dialect-specific syntax.
- Handle other schema elements (indexes, triggers).
Note: No Stage 1 for other dialects; prioritize Stage 1 PostgreSQL generation.
Metadata
Metadata
Assignees
Labels
No labels