NAME
TaskPipe::Task_SourceFromDB - use a database table as the data source
DESCRIPTION
This task takes reads a database table and outputs the records one by one (via a TaskPipe::Iterator). It is intended to be used as the first task in a plan. Each result that is produced from the iterator will be a hashref of column names against record values. You can specify it in the plan as follows:
# (tree format):
task:
name: SourceFromDB
table: mysourcetable
AUTHOR
Tom Gracey <tomgracey@gmail.com>
COPYRIGHT AND LICENSE
Copyright (c) Tom Gracey 2018
TaskPipe is free software, licensed under
The GNU Public License Version 3