UNPKG

@clickup/pg-microsharding

Version:
9 lines 228 B
/** * Sets the weight factor for some shard schema. */ export declare function factor({ dsn, schema, factor, }: { dsn: string; schema: string; factor: number; }): Promise<void>; //# sourceMappingURL=factor.d.ts.map