UNPKG

@clickup/ent-framework

Version:

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

8 lines 370 B
/** * Parses composite row input into parts. See references at: * - https://www.postgresql.org/docs/current/rowtypes.html * - https://github.com/DmitryKoterov/db_type/blob/master/lib/DB/Type/Pgsql/Row.php * - unit tests of this function */ export declare function parseCompositeRow(str: string): Array<string | null>; //# sourceMappingURL=parseCompositeRow.d.ts.map