@clickup/pg-microsharding
Version:
Microshards support for PostgreSQL
10 lines • 378 B
TypeScript
import type { DiscoveredShard } from "../../internal/discoverShards";
import type { Args } from "../../internal/parseArgs";
/**
* Extracts DSNs and the list of microshard numbers from the args.
*/
export declare function parseMatchingShards(args: Args): Promise<{
dsns: string[];
matchingShards: DiscoveredShard[];
}>;
//# sourceMappingURL=parseMatchingShards.d.ts.map