UNPKG

@clickup/pg-microsharding

Version:
11 lines 266 B
/** * Loads the list of all active schemas from the given DSNs. */ export declare function discoverShards({ dsns, }: { dsns: string[]; }): Promise<Array<{ dsn: string; shard: number; schema: string; }>>; //# sourceMappingURL=discoverShards.d.ts.map