flow php

UNIFIED DATA PROCESSING FRAMEWORK

composer require flow-php/etl ~0.24.0

ChangelogRelease Cycle

elephant
extract

Extracts

Read from various data sources.

arrow
transform

Transforms

Shape and optimize for your needs.

arrow
load

Loads

Store and secure in one of many available data sinks.


Definition


/**
 * Execute multiple loaders within a database transaction.
 * Each batch of rows will be processed in its own transaction.
 * If any loader fails, the entire batch will be rolled back.
 *
 * @param array<string, mixed>|Connection $connection
 * @param Loader ...$loaders - Loaders to execute within the transaction
 *
 * @throws InvalidArgumentException
 */
to_dbal_transaction(Connection|array $connection, Loader $loaders) : TransactionalDbalLoader

Contributors

Join us on GitHub external resource
scroll back to top