UNPKG

@clickup/ent-framework

Version:

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

12 lines 380 B
import { ShardNamer } from "../abstract/ShardNamer"; /** * ShardNamer implementation for PG. */ export declare class PgShardNamer extends ShardNamer { /** * Synchronously extracts Shard number from an ID. Can also extract from PG * composite rows (to support composite IDs). */ shardNoByID(id: string): number; } //# sourceMappingURL=PgShardNamer.d.ts.map