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

    Interface TranspileOptions

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

    Properties

    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