The transpiled SQL statements
Per-dialect builds: When using a per-dialect sub-path import
(e.g., @polyglot-sql/sdk/clickhouse), only same-dialect transpilation
and conversion to/from Dialect.Generic are supported.
Cross-dialect transpilation (e.g., ClickHouse → PostgreSQL) will return
{ success: false, error: "Cross-dialect transpilation not available in this build" }.
Use getDialects to check which dialects are available at runtime.
Transpile SQL from one dialect to another.