@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
8 lines • 330 B
TypeScript
import { ClientError } from "../abstract/ClientError";
export declare class PgError extends ClientError {
readonly sql: string;
readonly table: string;
constructor(cause: null | undefined | {}, where: string, sql: string, table: string);
isFKError(fkName?: string): boolean;
}
//# sourceMappingURL=PgError.d.ts.map