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

    Interface TranspileResult

    Result of a transpilation operation

    interface TranspileResult {
        error?: string;
        sql?: string[];
        success: boolean;
    }
    Index

    Properties

    Properties

    error?: string
    sql?: string[]
    success: boolean