Polyglot SQL API Documentation - v0.8.1
    Preparing search index...

    Interface TranspileOptions

    interface TranspileOptions {
        complexityGuard?: ComplexityGuardOptions;
        maxUnsupported?: number;
        pretty?: boolean;
        unsupportedLevel?: UnsupportedLevel;
    }
    Index

    Properties

    complexityGuard?: ComplexityGuardOptions

    Complexity limits for recursive parse/transpile/generate paths

    maxUnsupported?: number

    Maximum number of unsupported diagnostics to include in raised errors

    pretty?: boolean

    Pretty-print the generated SQL

    unsupportedLevel?: UnsupportedLevel

    How unsupported target-dialect constructs should be handled