The full build (@polyglot-sql/sdk) includes all 34 dialects.
Per-dialect builds (e.g., @polyglot-sql/sdk/clickhouse) include only
"generic" and the selected dialect.
Use this function to check dialect availability before calling transpile.
Returns string[]
Array of dialect name strings available in this build
Get list of supported dialects in this build.
The full build (
@polyglot-sql/sdk) includes all 34 dialects. Per-dialect builds (e.g.,@polyglot-sql/sdk/clickhouse) include only"generic"and the selected dialect.Use this function to check dialect availability before calling transpile.