Compile SQL migrations into Go code for all configured dialects.
Steps
- Find all
rockhopper_*.yamlconfig files in the project root. - If
$ARGUMENTSis provided, use it as the base output directory. Otherwise, usepkg/migrations/<dialect>as the default output path for each dialect. - For each config file, run:
rockhopper compile --config <config_file> --output <output_dir> - Show the generated Go files and confirm compilation succeeded.