UNPKG

@clickup/ent-framework

Version:

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

6 lines 266 B
/** * Extracts a "shape" from some commonly built SQL queries. This function may be * used from the outside for logging/debugging, so it's here, not in __tests__. */ export declare function buildShape(sql: string): string; //# sourceMappingURL=buildShape.d.ts.map