@medusajs/framework
Version:
6 lines • 302 B
TypeScript
import { ModulesSdkUtils } from "@medusajs/utils";
/**
* Initialize a knex connection that can then be shared to any resources if needed
*/
export declare function pgConnectionLoader(): Promise<ReturnType<typeof ModulesSdkUtils.createPgConnection>>;
//# sourceMappingURL=pg-connection-loader.d.ts.map