@clickup/pg-microsharding
Version:
Microshards support for PostgreSQL
9 lines • 325 B
TypeScript
/**
* Advances all sequences on the destination (including sequences in other
* schemas), so their values won't conflict with the ones on the source.
*/
export declare function advanceSequences({ fromDsn, toDsn, }: {
fromDsn: string;
toDsn: string;
}): Promise<void>;
//# sourceMappingURL=advanceSequences.d.ts.map