Convert one SQL Server migration to its PG form via split-and-regenerate.
No file I/O — the caller decides whether/where to write pgSQL.
Classification comes from extractKeptTSQL (the single source of truth);
transpilation goes through options.transpiler (the AST dialect). Throws when
kept T-SQL exists but no transpiler was provided — content is never dropped
because a backend was missing.
Convert one SQL Server migration to its PG form via split-and-regenerate. No file I/O — the caller decides whether/where to write
pgSQL.Classification comes from
extractKeptTSQL(the single source of truth); transpilation goes throughoptions.transpiler(the AST dialect). Throws when kept T-SQL exists but no transpiler was provided — content is never dropped because a backend was missing.