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

    Interface DiffResult

    Result from diffing two SQL statements

    interface DiffResult {
        edits?: DiffEdit[];
        error?: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    edits?: DiffEdit[]
    error?: string
    success: boolean