Member Junction
    Preparing search index...
    interface TranspileOptions {
        errorLevel?: ErrorLevel;
        fromDialect: string;
        pretty?: boolean;
        toDialect: string;
    }
    Index

    Properties

    errorLevel?: ErrorLevel

    Error handling level (default: 'WARN')

    fromDialect: string

    Source SQL dialect

    pretty?: boolean

    Pretty-print output (default: true)

    toDialect: string

    Target SQL dialect