/** * PostgreSQL integration for Flowcore Pathways * * This module exports components for using PostgreSQL as a storage backend * for pathway state and other persistent data. * * @module */ export * from "./postgres-adapter.js"; export * from "./postgres-pathway-state.js"; //# sourceMappingURL=index.d.ts.map