UNPKG

@clickup/ent-framework

Version:

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

9 lines 274 B
/** * A value stored in the DB as a bytea buffer. */ export declare function ByteaBufferType(): { dbValueToJs: (dbValue: Buffer) => Buffer; stringify: (jsValue: Buffer) => string; parse: (str: string) => Buffer; }; //# sourceMappingURL=ByteaBufferType.d.ts.map