[Dbix-class] Dump table to disk

Dermot paikkos at googlemail.com
Mon Mar 2 17:11:29 GMT 2009


Hi,

Are there an short-hand methods I can use to dump the contents of a
table (SQLite3) to disk. I was going to use $rs->next and stick the
results in a Storable file, then drop the table, re-create the table
structure I want and populate the data back. I suspect there might be
a means to do this but I can't see it in ::Storage or the Cookbook.

Thanx,
Dp.



More information about the DBIx-Class mailing list