interface DatabaseErrorParent {
    parameters?: object;
    sql: string;
}

Hierarchy

Implemented by

Properties

Properties

parameters?: object

The parameters for the sql that triggered the error

sql: string

The SQL that triggered the error