sql-switch - v1.0.1
    Preparing search index...

    Interface JournalEntry

    One committed unit in the resume journal => how many rows landed & when.

    interface JournalEntry {
        rows: number;
        at: string;
    }
    Index
    rows: number
    at: string