UNPKG

@clickup/ent-framework

Version:

A PostgreSQL graph-database-alike library with microsharding and row-level security

7 lines 287 B
import { ClientError } from "../abstract/ClientError"; export declare class PgError extends ClientError { readonly sql: string; constructor(cause: null | undefined | {}, where: string, sql: string); isFKError(fkName?: string): boolean; } //# sourceMappingURL=PgError.d.ts.map