flow-php / etl-adapter-postgresql
PHP ETL - Adapter - PostgreSQL
Fund package maintenance!
norberttech
flow-php.com/sponsor
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/flow-php/etl-adapter-postgresql
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
- flow-php/etl: 1.x-dev
- flow-php/postgresql: 1.x-dev
This package is auto-updated.
Last update: 2025-12-22 14:59:16 UTC
README
Flow PHP's Adapter PostgreSQL is designed to seamlessly integrate PostgreSQL within your ETL (Extract, Transform, Load) workflows. This adapter is built on top of the flow-php/postgresql library, providing efficient data extraction capabilities with built-in pagination support. By harnessing the Adapter PostgreSQL library, developers can tap into robust features for precise database interaction, simplifying complex data transformations and enhancing data processing efficiency. The adapter supports two pagination strategies: LIMIT/OFFSET for simple use cases and Keyset (cursor-based) pagination for large datasets with consistent performance. This library epitomizes Flow PHP's commitment to delivering versatile and efficient data processing solutions, making it an excellent choice for developers dealing with PostgreSQL database operations in large-scale and data-intensive environments.
Important
This repository is a subtree split from our monorepo. If you'd like to contribute, please visit our main monorepo flow-php/flow.
- 📜 Documentation
- ➡️ Installation
- 🛠️ Contributing
- 🚧 Upgrading