UNPKG

@clickup/ent-framework

Version:

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

6 lines 272 B
/** * Escapes a value implying that it's a PG ID (which is a bigint). This should * be a preferred way of escaping when we know that the value is a bigint. */ export declare function escapeID(v: string | null | undefined): string; //# sourceMappingURL=escapeID.d.ts.map