Migs - A SQL migration script collection library
This library provides macros for registering SQL scripts at compile time and collecting them into a registry.
Example
use ;
// Register inline SQL (scope defaults to "init")
migs!;
// Register inline SQL with explicit scope
migs!;
// Collect all registered scripts
let all_scripts: = collect!;