/** * PostgreSQL integration module. */ export type { PostgresClient } from "./types.js"; export { PostgresClientImpl } from "./client.js";