Hi Ilya,

IS<<DBIx::Dump allows to dump DBI result set into a variety of formats>>

JZ<<DBD::AnyData's export method already does that for multiple formats.>>


IS<<Does it allow you to export it from all databases, or only databases
that DBD::AnyData supports?>>

Export and convert work on any DBI supported format.  To quote from the POD:


"DBD::AnyData supports importing any DBI database into memory and can 
also convert any DBI database into any of the other AnyData formats."

It does the conversion a row at a time, not by importing the whole other 
database.

 > DBIx::Dump works with any db's handle.

Yep, AnyData also.  And AnyData is infinitely expandable, adding a new 
format allows this kind of dumping and simultaneously allows DBD access 
to the format (and tied-hash access if you want that too).

-- 
Jeff


Reply via email to