flow-php/etl-adapter-postgresql

PHP ETL - Adapter - PostgreSQL

Maintainers

👁 norbert-tech

Package info

github.com/flow-php/etl-adapter-postgresql

pkg:composer/flow-php/etl-adapter-postgresql

Fund package maintenance!

norberttech

flow-php.com/sponsor

Statistics

Installs: 24 534

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.41.0 2026-06-18 19:20 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT e16129a9ad2177cdcd4b4140dd0722769f5b77da

postgresqlpgsqlpostgresextractoretl

This package is auto-updated.

Last update: 2026-06-29 08:01:21 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.