@clickup/pg-microsharding
Version:
Microshards support for PostgreSQL
10 lines • 313 B
TypeScript
import type { TableInfo } from "./getTablesInSchema";
/**
* Resumes the previously paused subscription.
*/
export declare function enableSubscription({ toDsn, tables, schema, }: {
toDsn: string;
tables: TableInfo[];
schema: string;
}): Promise<void>;
//# sourceMappingURL=enableSubscription.d.ts.map