We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84ac53 commit 8f6cb02Copy full SHA for 8f6cb02
README.md
@@ -47,6 +47,7 @@ This is a perfect scenario for ETL.
47
Adapters provides Extractors and Transformers for popular data storages or abstractions over those storages.
48
49
* [Doctrine](https://github.com/flow-php/etl-adapter-doctrine)
50
+ * [Doctrine DBAL Bulk](https://github.com/flow-php/doctrine-dbal-bulk)
51
* Elasticsearch - TODO
52
* [CSV](https://github.com/flow-php/etl-adapter-csv)
53
* XML - TODO
@@ -118,7 +119,6 @@ In order to install dependencies please, launch following commands:
118
119
120
```bash
121
composer install
-composer install --working-dir ./tools
122
```
123
124
## Run Tests
0 commit comments