## Description Instead of just generating SQL, create self-executing migration scripts. ## Motivation Users want migrations they can run directly, not just SQL files. ## Features - [ ] Add shebang header to output - [ ] Include connection validation - [ ] Add --execute flag to run migration immediately - [ ] Add rollback support - [ ] Add progress reporting
Description
Instead of just generating SQL, create self-executing migration scripts.
Motivation
Users want migrations they can run directly, not just SQL files.
Features