chop-dbhi / dataexpress

[NOT MAINTAINED] DataExpress is a simple, Scala-based cross database ETL toolkit supporting Postgres, MySql, Oracle, SQLServer, and Sqlite
http://dataexpress.research.chop.edu
BSD 2-Clause "Simplified" License
72 stars 9 forks source link

Convert DataTable to extend Iterator #14

Closed mitalia closed 11 years ago

mitalia commented 12 years ago

DataTable should be modified to extend Iterator so it's more transparent that the output is consumed as it goes along.