interface RawDBRowInsert {
    columns: Record<string, unknown>;
    key: string;
}

Hierarchy (view full)

Properties

Properties

columns: Record<string, unknown>

Row data stored as a JSON object.

key: string

Unique row key